diff options
-rw-r--r-- | ext/date/tests/bug14561.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/bug14561.phpt b/ext/date/tests/bug14561.phpt index e2b6ef0982..98638c3e4b 100644 --- a/ext/date/tests/bug14561.phpt +++ b/ext/date/tests/bug14561.phpt @@ -3,8 +3,8 @@ Bug #14561 (strtotime() bug) --FILE-- <?php putenv("TZ=GMT"); -echo strtotime("19:30 Dec 17"), "\n"; -echo strtotime("Dec 17 19:30"), "\n"; +echo strtotime("19:30 Dec 17 2005"), "\n"; +echo strtotime("Dec 17 19:30 2005"), "\n"; ?> --EXPECT-- 1134847800 |