X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fsend_data_002.phpt;h=8b9dd690274cebeb295eb802b360a2e5a051f505;hp=60df2d88ef8b945110b59085250f858b3e586c15;hb=99b27b9e44043e5ff1bd53f2a1e3b007cfd16a42;hpb=2d5d8aa343778897c7eedb25464a2cb0a789d748 diff --git a/tests/send_data_002.phpt b/tests/send_data_002.phpt index 60df2d8..8b9dd69 100644 --- a/tests/send_data_002.phpt +++ b/tests/send_data_002.phpt @@ -3,6 +3,8 @@ http_send_data() NUM-NUM range --SKIPIF-- --ENV-- HTTP_RANGE=bytes=5-6 @@ -12,10 +14,11 @@ http_send_content_type('text/plain'); http_send_data(str_repeat('123abc', 1000)); ?> --EXPECTF-- -Status: 206 +Status: 206%s X-Powered-By: PHP/%s Content-Type: text/plain Accept-Ranges: bytes Content-Range: bytes 5-6/6000 +Content-Length: 2 -c1 \ No newline at end of file +c1