Annotation of embedaddon/php/ext/date/tests/timezone_identifiers_list_wrong_constructor.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: timezone_identifiers_list: Test that correct notice is given when timezone_identifiers_list is given 4096 as parameter
                      3: --CREDITS--
                      4: Havard Eide <nucleuz@gmail.com>
                      5: #PHPTestFest2009 Norway 2009-06-09 \o/
                      6: --INI--
                      7: error_reporting=E_ALL
                      8: date.timezone=UTC
                      9: --FILE--
                     10: <?php
                     11: print_r(timezone_identifiers_list(4096));
                     12: 
                     13: ?>
                     14: --EXPECTF--
                     15: Notice: timezone_identifiers_list(): A two-letter ISO 3166-1 compatible country code is expected in %s on line %d

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