xref: /PHP-5.5/ext/date/tests/bug26694.phpt (revision e753493c)
1--TEST--
2Bug #26694 (strtotime() request for "Sun, 21 Dec 2003 20:38:33 +0000 GMT")
3--INI--
4date.timezone=GMT
5--FILE--
6<?php
7	echo gmdate("Y-m-d H:i:s", strtotime("Sun, 21 Dec 2003 20:38:33 +0000 GMT"));
8?>
9--EXPECT--
102003-12-21 20:38:33
11