-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/file/
File Upload :
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)

Copyright © 2017 || Recoded By Mr.Bumblebee