-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/file/
File Upload :
Current File : //usr/src/php/ext/standard/tests/file/statcache-corruption.phpt

--TEST--
statcache corruption
--FILE--
<?php
$a = stat(__FILE__);
is_link(__FILE__);
$b = stat(__FILE__);
print_r(array_diff($a, $b));
?>
--EXPECT--
Array
(
)

Copyright © 2017 || Recoded By Mr.Bumblebee