summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug14561.phpt
blob: e2b6ef098253ac23647bc35c6c0029ec64a03839 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Bug #14561 (strtotime() bug)
--FILE--
<?php
putenv("TZ=GMT");
echo strtotime("19:30 Dec 17"), "\n";
echo strtotime("Dec 17 19:30"), "\n";
?>
--EXPECT--
1134847800
1134847800