8a17f58492265326fa07ee809d193e8db599c066
[m6w6/ext-http] / tests / send_file_003.phpt
1 --TEST--
2 http_send_file() NIL-NUM range
3 --SKIPIF--
4 <?php
5 include 'skip.inc';
6 checkcgi();
7 checkmax(5.0);
8 ?>
9 --ENV--
10 HTTP_RANGE=bytes=-9
11 --FILE--
12 <?php
13 http_send_file('data.txt');
14 ?>
15 --EXPECTF--
16 Status: 206
17 Content-type: %s
18 X-Powered-By: PHP/%s
19 Accept-Ranges: bytes
20 Content-Range: bytes 1001-1009/1010
21 Content-Length: 9
22
23 23456789