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/streams/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/streams/bug46426.phpt |
--TEST-- Bug #46426 (3rd parameter offset of stream_get_contents not works for "0") --FILE-- <?php $tmp = tmpfile(); fwrite($tmp, b"12345"); echo stream_get_contents($tmp, 2, 1); echo "\n"; echo stream_get_contents($tmp, -1); echo "\n"; echo stream_get_contents($tmp, -1, 0); echo "\n"; echo stream_get_contents($tmp, -1, 2); echo "\n"; echo stream_get_contents($tmp, 0, 0); echo "\n"; echo stream_get_contents($tmp, 1, 0); echo "\n"; echo stream_get_contents($tmp, -1); @unlink($tmp); ?> --EXPECT-- 23 45 12345 345 1 2345
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare