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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/phar/tests/zip/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/phar/tests/zip/unixzip.phpt |
--TEST-- Phar: test a zip archive created by unix "zip" command --SKIPIF-- <?php if (!extension_loaded("phar")) die("skip"); ?> <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?> --FILE-- <?php $a = new PharData(dirname(__FILE__) . '/files/zip.zip'); foreach ($a as $b) { if ($b->isDir()) { echo "dir " . $b->getPathName() . "\n"; } else { echo $b->getPathName(), "\n"; echo file_get_contents($b->getPathName()), "\n"; } } if (isset($a['notempty/hi.txt'])) { echo $a['notempty/hi.txt']->getPathName() . "\n"; } ?> ===DONE=== --EXPECTF-- dir phar://%s/zip.zip%cempty phar://%s/zip.zip%chi.txt hi there dir phar://%s/zip.zip%cnotempty phar://%s/zip.zip/notempty%chi.txt ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare