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/standard/tests/http/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/http/bug48929.phpt |
--TEST-- Bug #48929 (duplicate \r\n sent after last header line) --INI-- allow_url_fopen=1 --SKIPIF-- <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:12342'); ?> --FILE-- <?php require 'server.inc'; function do_test($context_options) { $context = stream_context_create(array('http' => $context_options)); $responses = array( "data://text/plain,HTTP/1.0 200 OK\r\n\r\n", ); $pid = http_server("tcp://127.0.0.1:12342", $responses, $output); foreach($responses as $r) { $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $context); fseek($output, 0, SEEK_SET); var_dump(stream_get_contents($output)); fseek($output, 0, SEEK_SET); } http_server_kill($pid); } echo "-- Test: requests with 'header' as array --\n"; do_test(array('header' => array('X-Foo: bar', 'Content-Type: text/plain'), 'method' => 'POST', 'content' => 'ohai')); echo "-- Test: requests with 'header' as string --\n"; do_test(array('header' => "X-Foo: bar\r\nContent-Type: text/plain", 'method' => 'POST', 'content' => 'ohai')); ?> --EXPECTF-- -- Test: requests with 'header' as array -- string(%d) "POST / HTTP/1.0 Host: 127.0.0.1:12342 Connection: close Content-Length: 4 X-Foo: bar Content-Type: text/plain ohai" -- Test: requests with 'header' as string -- string(%d) "POST / HTTP/1.0 Host: 127.0.0.1:12342 Connection: close Content-Length: 4 X-Foo: bar Content-Type: text/plain ohai"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare