f5181883a6363f661b6c5833b5717307306e716c
[m6w6/ext-http] / tests / 002_date.phpt
1 --TEST--
2 http_date() without timestamp
3 --SKIPIF--
4 <?php
5 extension_loaded('http') or die('ext/http not available');
6 strncasecmp(PHP_SAPI, 'CLI', 3) or die('cannot run tests with CLI');
7 ?>
8 --FILE--
9 <?php
10 $d1 = http_date();
11 $d2 = http_date();
12 var_dump($d1 === $d2);
13 echo strtotime($d1), "\n$d1\n$d2\n";
14 ?>
15 --EXPECTF--
16 Content-type: text/html
17 X-Powered-By: PHP/%s
18
19 bool(true)
20 %d
21 %s, %d %s %d %d:%d:%d GMT
22 %s, %d %s %d %d:%d:%d GMT