File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / date / tests / timezone_identifiers_list_wrong_constructor.phpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:54 2012 UTC (12 years, 6 months ago) by misho
Branches: php, MAIN
CVS tags: v5_4_3elwix, v5_4_29p0, v5_4_29, v5_4_20p0, v5_4_20, v5_4_17p0, v5_4_17, v5_3_10, HEAD
php

--TEST--
timezone_identifiers_list: Test that correct notice is given when timezone_identifiers_list is given 4096 as parameter
--CREDITS--
Havard Eide <nucleuz@gmail.com>
#PHPTestFest2009 Norway 2009-06-09 \o/
--INI--
error_reporting=E_ALL
date.timezone=UTC
--FILE--
<?php
print_r(timezone_identifiers_list(4096));

?>
--EXPECTF--
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>