Annotation of embedaddon/php/ext/date/tests/date_default_timezone_get-4.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: date_default_timezone_get() function [4]
                      3: --INI--
                      4: date.timezone=Incorrect/Zone
                      5: --FILE--
                      6: <?php
                      7:        echo date_default_timezone_get(), "\n";
                      8: ?>
                      9: --EXPECTF--
                     10: Warning: date_default_timezone_get(): Invalid date.timezone value 'Incorrect/Zone', we selected the timezone 'UTC' for now. in %sdate_default_timezone_get-4.php on line %d
                     11: UTC

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