* added http_parse_cookie()
[m6w6/ext-http] / tests / send_data_009.phpt
1 --TEST--
2 http_send_data() last modified caching
3 --SKIPIF--
4 <?php
5 include 'skip.inc';
6 ?>
7 --FILE--
8 <?php
9 http_cache_last_modified(-5);
10 http_send_data("abc\n");
11 ?>
12 --EXPECTF--
13 Content-type: text/html
14 X-Powered-By: PHP/%s
15 Cache-Control: private, must-revalidate, max-age=0
16 Last-Modified: %s, %d %s %d %d:%d:%d GMT
17 Accept-Ranges: bytes
18
19 abc