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/bug65483.phpt |
--TEST-- Bug #65483: quoted-printable encode stream filter incorrectly encoding spaces --FILE-- <?php $data = 'a b=c d'; $fd = fopen('php://temp', 'w+'); fwrite($fd, $data); rewind($fd); $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ); var_dump(stream_get_contents($fd, -1, 0)); fclose($fd); ?> --EXPECT-- string(9) "a b=3Dc d"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare