- missing inluce
[m6w6/ext-http] / tests / send_data_007.phpt
1 --TEST--
2 http_send_data() etag caching
3 --SKIPIF--
4 <?php
5 include 'skip.inc';
6 ?>
7 --ENV--
8 HTTP_IF_NONE_MATCH="0bee89b07a248e27c83fc3d5951213c1"
9 --FILE--
10 <?php
11 http_cache_etag();
12 http_send_data("abc\n");
13 ?>
14 --EXPECTF--
15 Status: 304
16 Content-type: text/html
17 X-Powered-By: PHP/%s
18 Cache-Control: private, must-revalidate, max-age=0
19 %s