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/bug53885.phpt |
--TEST-- Bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive) --SKIPIF-- <?php if(!extension_loaded('zip')) die('skip'); ?> --FILE-- <?php $fname = dirname(__FILE__)."/test53885.zip"; if(file_exists($fname)) unlink($fname); touch($fname); $nx=new ZipArchive(); $nx->open($fname); $nx->locateName("a",ZIPARCHIVE::FL_UNCHANGED); $nx->statName("a",ZIPARCHIVE::FL_UNCHANGED); ?> ==DONE== --CLEAN-- <?php $fname = dirname(__FILE__)."/test53885.zip"; unlink($fname); ?> --EXPECTF-- ==DONE==
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare