X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fsend_data_001.phpt;h=d744d8d5169d3eaedf97696f36a6370600ee04ff;hp=ce8bcc029a4ec816ddda039a3ea6207e9862080e;hb=d7ce6cca59bb57636f075048fc3ff48038c3e45e;hpb=4a1c5914eccd82e0936f35f0804a9e35ed632f83 diff --git a/tests/send_data_001.phpt b/tests/send_data_001.phpt index ce8bcc0..d744d8d 100644 --- a/tests/send_data_001.phpt +++ b/tests/send_data_001.phpt @@ -4,6 +4,7 @@ http_send_data() NIL-NUM range --ENV-- HTTP_RANGE=bytes=-5 @@ -13,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 5995-5999/6000 +Content-Length: 5 -23abc \ No newline at end of file +23abc