mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
6 lines
83 B
PHP
6 lines
83 B
PHP
<?php
|
|
use function Safe\fopen;
|
|
|
|
function foo() {
|
|
$fp = fopen('foobar', 'r');
|
|
}
|