- typo
[m6w6/ext-http] / tests / send_file_007.phpt
1 --TEST--
2 http_send_file() oversized range
3 --SKIPIF--
4 <?php
5 include 'skip.inc';
6 ?>
7 --ENV--
8 HTTP_RANGE=bytes=-1111
9 --FILE--
10 <?php
11 http_send_file('data.txt');
12 ?>
13 --EXPECTF--
14 Status: 416
15 Content-type: text/html
16 X-Powered-By: PHP/%s