]> granicus.if.org Git - php/commitdiff
- Fixed year dependent test.
authorDerick Rethans <derick@php.net>
Mon, 2 Jan 2006 20:15:22 +0000 (20:15 +0000)
committerDerick Rethans <derick@php.net>
Mon, 2 Jan 2006 20:15:22 +0000 (20:15 +0000)
ext/date/tests/bug14561.phpt

index e2b6ef098253ac23647bc35c6c0029ec64a03839..98638c3e4b525429bd1fb9c1b0a69107d5968ead 100644 (file)
@@ -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