/
proc
/
2156873
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
spl
/
tests
/
File Upload :
llllll
Current File: //proc/2156873/root/usr/local/lsws/phpbuild/php-8.0.7/ext/spl/tests/bug64228.phpt
--TEST-- Bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS) --FILE-- <?php $dirs = array(); $empty_dir = __DIR__ . "/empty"; @mkdir($empty_dir); $i = new RecursiveDirectoryIterator($empty_dir, FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO); // Note the absence of FilesystemIterator::SKIP_DOTS foreach ($i as $key => $value) { $dirs[] = $value->getFileName(); } @rmdir($empty_dir); sort($dirs); print_r($dirs); ?> --EXPECT-- Array ( [0] => . [1] => .. )
Copyright ©2k19 -
Hexid
|
Tex7ure