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

1.1       misho       1: --TEST--
                      2: Bug #29150 (Roman number format for months)
                      3: --INI--
                      4: date.timezone=GMT
                      5: --FILE--
                      6: <?php
                      7:        echo gmdate("Y-m-d H:i:s", strtotime("20 VI. 2005"));
                      8: ?>
                      9: --EXPECT--
                     10: 2005-06-20 00:00:00

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