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/zlib_scheme_file_put_contents_basic.phpt |
--TEST-- Test compress.zlib:// scheme with the file_get_contents --SKIPIF-- <?php if (!extension_loaded("zlib")) { print "skip - ZLIB extension not loaded"; } ?> --FILE-- <?php $outputFileName = __FILE__.'tmp'; $outFile = "compress.zlib://$outputFileName"; $data = <<<EOT Here is some plain text to be read and displayed. EOT; file_put_contents($outFile, $data); $h = gzopen($outputFileName, 'r'); gzpassthru($h); gzclose($h); echo "\n"; unlink($outputFileName); ?> ===DONE=== --EXPECT-- Here is some plain text to be read and displayed. ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare