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/zlib/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/zlib/tests/gzrewind_variation1.phpt |
--TEST-- Test function gzrewind() by calling it with its expected arguments when writing --SKIPIF-- <?php if (!extension_loaded("zlib")) { print "skip - ZLIB extension not loaded"; } ?> --FILE-- <?php $f = "temp2.txt.gz"; $h = gzopen($f, 'w'); gzwrite($h, b'The first string.'); var_dump(gzrewind($h)); gzwrite($h, b'The second string.'); gzclose($h); $h = gzopen($f, 'r'); gzpassthru($h); gzclose($h); unlink($f); echo "\n"; ?> ===DONE=== --EXPECT-- bool(false) The first string.The second string. ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare