-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/file/
File Upload :
Current File : //usr/src/php/ext/standard/tests/file/directory_wrapper_fstat_basic.phpt

--TEST--
Test function fstat() on directory wrapper 
--FILE--
<?php
$d = dirname(__FILE__);
$h = opendir($d);
var_dump(fstat($h));
closedir($h);
?>
===DONE===
--EXPECT--
bool(false)
===DONE===

Copyright © 2017 || Recoded By Mr.Bumblebee