-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Bug #35740 (memory leak when including a directory)
--FILE--
<?php

include (dirname(__FILE__));

echo "Done\n";
?>
--EXPECTF--	
Warning: include(%s): failed to open stream: %s in %s on line %d

Warning: include(): Failed opening '%s' for inclusion (include_path='%s') in %s on line %d
Done

Copyright © 2017 || Recoded By Mr.Bumblebee