/
proc
/
3430793
/
cwd
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
file
/
File Upload :
llllll
Current File: //proc/3430793/cwd/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/file/bug55124.phpt
--TEST-- Bug #55124 (recursive mkdir fails with current (dot) directory in path) --FILE-- <?php $old_dir_path = getcwd(); chdir(__DIR__); mkdir('a/./b', 0755, true); if (is_dir('a/b')) { rmdir('a/b'); } if (is_dir('./a')) { rmdir('a'); } chdir($old_dir_path); echo "OK"; ?> --EXPECT-- OK
Copyright ©2k19 -
Hexid
|
Tex7ure