/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
zip
/
tests
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/zip/tests/bug14962.phpt
--TEST-- Bug #14962 (::extractTo second argument is not really optional) --SKIPIF-- <?php if(!extension_loaded('zip')) die('skip'); ?> --FILE-- <?php $dir = __DIR__; $file = '__tmp14962.txt'; $fullpath = $dir . '/' . $file; $za = new ZipArchive; $za->open($dir . '/__14962.zip', ZIPARCHIVE::CREATE); $za->addFromString($file, '1234'); $za->close(); if (!is_file($dir . "/__14962.zip")) { die('failed to create the archive'); } $za = new ZipArchive; $za->open($dir . '/__14962.zip'); $za->extractTo($dir, NULL); $za->close(); if (is_file($fullpath)) { unlink($fullpath); echo "Ok"; } unlink($dir . '/' . '__14962.zip'); ?> --EXPECT-- Ok
Copyright ©2k19 -
Hexid
|
Tex7ure