-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Bug #41693 (scandir() allows empty directory names) 
--FILE--
<?php

var_dump(scandir(''));

echo "Done\n";
?>
--EXPECTF--	
Warning: scandir(): Directory name cannot be empty in %s on line %d
bool(false)
Done

Copyright © 2017 || Recoded By Mr.Bumblebee