Annotation of embedaddon/php/ext/date/tests/bug14561.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Bug #14561 (strtotime() bug)
                      3: --INI--
                      4: date.timezone=GMT
                      5: --FILE--
                      6: <?php
                      7: echo strtotime("19:30 Dec 17 2005"), "\n";
                      8: echo strtotime("Dec 17 19:30 2005"), "\n";
                      9: ?>
                     10: --EXPECT--
                     11: 1134847800
                     12: 1134847800

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>