4359efbb16e0bf7ea4b02666a479e1d0a10aff5e
[m6w6/ext-http] / tests / send_data_005.phpt
1 --TEST--
2 http_send_data() oversized range
3 --SKIPIF--
4 <?php
5 include 'skip.inc';
6 checkcgi();
7 checkmin(5);
8 ?>
9 --ENV--
10 HTTP_RANGE=bytes=5990-6000
11 --FILE--
12 <?php
13 http_send_content_type('text/plain');
14 http_send_data(str_repeat('123abc', 1000));
15 ?>
16 --EXPECTF--
17 Status: 416
18 %s