release 1.7.6
[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 checkmin("5.2.5");
8 ?>
9 --ENV--
10 HTTP_RANGE=bytes=0-0
11 --FILE--
12 <?php
13 http_send_file('data.txt');
14 ?>
15 --EXPECTF--
16 Status: 206%s
17 X-Powered-By: PHP/%s
18 Accept-Ranges: bytes
19 Content-Range: bytes 0-0/1010
20 Content-Length: 1
21 Content-type: %s
22
23 0