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/bug8009.phpt |
--TEST-- Bug #8009 (cannot add again same entry to an archive) --SKIPIF-- <?php /* $Id$ */ if(!extension_loaded('zip')) die('skip'); ?> --FILE-- <?php $thisdir = dirname(__FILE__); $src = $thisdir . "/bug8009.zip"; $filename = $thisdir . "/tmp8009.zip"; copy($src, $filename); $zip = new ZipArchive(); if (!$zip->open($filename)) { exit("cannot open $filename\n"); } $zip->addFromString("2.txt", "=)"); $zip->close(); unlink($filename); echo "status: " . $zip->status . "\n"; echo "\n"; --EXPECT-- status: 0
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare