X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fsend_data_003.phpt;h=f47c38d8f5bed5bd2b32ac552c57179a6de864c1;hb=a0414c8466220308c14e57abe15e66e0e17b7108;hp=00344e702c203c74808dbc06bfef589668162a9b;hpb=2d5d8aa343778897c7eedb25464a2cb0a789d748;p=m6w6%2Fext-http diff --git a/tests/send_data_003.phpt b/tests/send_data_003.phpt index 00344e7..f47c38d 100644 --- a/tests/send_data_003.phpt +++ b/tests/send_data_003.phpt @@ -3,6 +3,8 @@ http_send_data() NUM-NIL range --SKIPIF-- --ENV-- HTTP_RANGE=bytes=5981- @@ -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 5981-5999/6000 +Content-Length: 19 -c123abc123abc123abc \ No newline at end of file +c123abc123abc123abc