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/bug_52944.phpt |
--TEST-- Bug #52944 (segfault with zlib filter and corrupted data) --SKIPIF-- <?php if (!extension_loaded("zlib")) print "skip"; ?> --INI-- allow_url_fopen=1 --FILE-- <?php /* NOTE this test can fail on asm builds of zlib 1.2.5 or 1.2.7 on at least Windows and Darwin. Using unoptimized zlib build fixes the issue. */ require dirname(__FILE__) . "/bug_52944_corrupted_data.inc"; $fp = fopen('data://text/plain;base64,' . $data, 'r'); stream_filter_append($fp, 'zlib.inflate', STREAM_FILTER_READ); var_dump(fread($fp,1)); var_dump(fread($fp,1)); fclose($fp); echo "Done.\n"; --EXPECT-- string(0) "" string(0) "" Done.
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare