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/deflate_add_block_v123.phpt |
--TEST-- Test deflate_add() errors with ZLIB_BLOCK in zlib < 1.2.4 --SKIPIF-- <?php if (!extension_loaded("zlib")) { print "skip - ZLIB extension not loaded"; } if (ZLIB_VERNUM >= 0x1240) { print "skip - ZLIB < 1.2.4 required for test"; } ?> --FILE-- <?php $resource = deflate_init(ZLIB_ENCODING_GZIP); var_dump(deflate_add($resource, "aaaaaaaaaaaaaaaaaaaaaa", ZLIB_BLOCK)); ?> ===DONE=== --EXPECTF-- Warning: deflate_add(): zlib >= 1.2.4 required for BLOCK deflate; current version: %s in %s on line %d bool(false) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare