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

1.1     ! misho       1: --TEST--
        !             2: Bug #28599 (strtotime fails with zero base time)
        !             3: --FILE--
        !             4: <?php
        !             5: date_default_timezone_set("Europe/Amsterdam");
        !             6: print gmdate("d-m-Y H:i:s", strtotime("+30 minutes", 1100535573));
        !             7: ?>
        !             8: --EXPECT--
        !             9: 15-11-2004 16:49:33

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