Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/zip/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/zip/tests/bug70322.phpt |
--TEST-- Bug #70322 (ZipArchive::close() doesn't indicate errors) --DESCRIPTION-- We want to test whether ZipArchive::close() returns FALSE and raises a warning on failure, so we force the failure by adding a file to the archive, which we delete before closing. --SKIPIF-- <?php if (!extension_loaded('zip')) die('skip requires zip extension'); ?> --FILE-- <?php $zipfile = __DIR__ . '/bug70322.zip'; $textfile = __DIR__ . '/bug70322.txt'; touch($textfile); $zip = new ZipArchive(); $zip->open($zipfile, ZipArchive::CREATE); $zip->addFile($textfile); unlink($textfile); var_dump($zip->close()); ?> --CLEAN-- <?php // we don't expect the archive to be created, but clean up just in case... @unlink(__DIR__ . '/bug70322.zip'); ?> --EXPECTF-- Warning: ZipArchive::close(): Read error: No such file or directory in %s%ebug70322.php on line %d bool(false)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare