summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug26694.phpt
blob: 939b04c1364e72ce1749125926bc9a1fa19a5f4a (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #26694 (strtotime() request for "Sun, 21 Dec 2003 20:38:33 +0000 GMT")
--INI--
date.timezone=GMT
--FILE--
<?php
	echo gmdate("Y-m-d H:i:s", strtotime("Sun, 21 Dec 2003 20:38:33 +0000 GMT"));
?>
--EXPECT--
2003-12-21 20:38:33