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