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

1.1     ! misho       1: --TEST--
        !             2: Bug #37368 (Incorrect timestamp returned for strtotime()).
        !             3: --FILE--
        !             4: <?php
        !             5: date_default_timezone_set('UTC');
        !             6: echo date("r", strtotime("Mon, 08 May 2006 13:06:44 -0400 +30 days"));
        !             7: ?>
        !             8: --EXPECT--
        !             9: Wed, 07 Jun 2006 17:06:44 +0000

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