/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
spl
/
tests
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/spl/tests/bug68557.phpt
--TEST-- Bug #68557 (SplFileInfo::getPathname() may be broken) --FILE-- <?php mkdir(__DIR__ . DIRECTORY_SEPARATOR . 'tmp'); touch(__DIR__ . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'a'); touch(__DIR__ . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'b'); $d = new DirectoryIterator(__DIR__ . DIRECTORY_SEPARATOR . 'tmp'); $d->seek(0); $path0 = $d->current()->getPathname(); $d->seek(1); $path1 = $d->current()->getPathname(); $d->seek(2); $path2 = $d->current()->getPathname(); $d->seek(0); var_dump($path0 === $d->current()->getPathname()); $d->seek(1); var_dump($path1 === $d->current()->getPathname()); $d->seek(2); var_dump($path2 === $d->current()->getPathname()); $d->seek(0); var_dump($path0 === $d->current()->getPathname()); ?> --CLEAN-- <?php unlink(__DIR__ . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'a'); unlink(__DIR__ . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'b'); rmdir(__DIR__ . DIRECTORY_SEPARATOR . 'tmp'); ?> --EXPECT-- bool(true) bool(true) bool(true) bool(true)
Copyright ©2k19 -
Hexid
|
Tex7ure