X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fsend_data_006.phpt;h=3112c46f905b3e15d9c4262c4fdde40ab0bab802;hp=43d7a93ca810d50e067b4b51b5aa21129f8f9e1e;hb=99b27b9e44043e5ff1bd53f2a1e3b007cfd16a42;hpb=4a1c5914eccd82e0936f35f0804a9e35ed632f83 diff --git a/tests/send_data_006.phpt b/tests/send_data_006.phpt index 43d7a93..3112c46 100644 --- a/tests/send_data_006.phpt +++ b/tests/send_data_006.phpt @@ -4,6 +4,7 @@ http_send_data() multiple ranges --ENV-- HTTP_RANGE=bytes=0-3, 4-5,9-11 @@ -13,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