
| Path : /usr/src/php/ext/standard/tests/file/ |
| Current File : //usr/src/php/ext/standard/tests/file/fopen_variation1.phpt |
--TEST-- fopen() with relative path on a file in the script directory --FILE-- <?php $file = basename(__FILE__); $fd = fopen($file, "r", true); var_dump($fd); fclose($fd); ?> --EXPECTF-- resource(%d) of type (stream)