mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
5 lines
58 B
PHP
5 lines
58 B
PHP
<?php
|
|
|
|
function foo() {
|
|
$fp = fopen('foobar', 'r');
|
|
}
|