- Fixed build on php-trunk
[m6w6/ext-http] / tests / send_data_010.phpt
1 --TEST--
2 http_send_data() HTTP_SENDBUF_SIZE long string
3 --SKIPIF--
4 <?php
5 include 'skip.inc';
6 checkcgi();
7 checkmin(5.1);
8 ?>
9 --FILE--
10 <?php
11 http_throttle(0.01, 1);
12 http_send_data('00000000000000000000');
13 ?>
14 --EXPECTF--
15 X-Powered-By: PHP/%s
16 Accept-Ranges: bytes
17 Content-Length: 20
18 Content-type: %s
19
20 00000000000000000000