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/standard/tests/file/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/file/stream_get_line.phpt |
--TEST-- Crash inside stream_get_line(), when length=0 --FILE-- <?php $path = dirname(__FILE__) . '/test.html'; file_put_contents($path, b"foo<br>bar<br>foo"); $fp = fopen($path, "r"); while ($fp && !feof($fp)) { echo stream_get_line($fp, 0, "<br>")."\n"; } fclose($fp); @unlink($path); ?> --EXPECT-- foo bar foo
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare