X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fsend_data_006.phpt;h=418d4f0a5357855e86486fffefd9f330e7c521c6;hp=b252fb7508e2147b5b9d266cdad913ded0b9ccea;hb=7a5c865f6faf8b1b6c91735e9d3b040449ea74ba;hpb=2d5d8aa343778897c7eedb25464a2cb0a789d748 diff --git a/tests/send_data_006.phpt b/tests/send_data_006.phpt index b252fb7..418d4f0 100644 --- a/tests/send_data_006.phpt +++ b/tests/send_data_006.phpt @@ -3,6 +3,8 @@ http_send_data() multiple ranges --SKIPIF-- --ENV-- HTTP_RANGE=bytes=0-3, 4-5,9-11 @@ -12,7 +14,7 @@ http_send_content_type('text/plain'); http_send_data(str_repeat('123abc', 1000)); ?> --EXPECTF-- -Status: 206 +Status: 206%s X-Powered-By: PHP/%s Accept-Ranges: bytes Content-Type: multipart/byteranges; boundary=%d.%d