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

1.1     ! misho       1: --TEST--
        !             2: Bug #26694 (strtotime() request for "Sun, 21 Dec 2003 20:38:33 +0000 GMT")
        !             3: --INI--
        !             4: date.timezone=GMT
        !             5: --FILE--
        !             6: <?php
        !             7:        echo gmdate("Y-m-d H:i:s", strtotime("Sun, 21 Dec 2003 20:38:33 +0000 GMT"));
        !             8: ?>
        !             9: --EXPECT--
        !            10: 2003-12-21 20:38:33

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