Annotation of embedaddon/php/ext/date/tests/bug21399.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #21399 (strtotime() request for "YYYYMMDDhhmmss [ZZZ]")
        !             3: --INI--
        !             4: date.timezone=GMT
        !             5: --FILE--
        !             6: <?php
        !             7:        echo gmdate("Y-m-d H:i:s", strtotime("20050620091407 GMT"));
        !             8: ?>
        !             9: --EXPECT--
        !            10: 2005-06-20 09:14:07

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