summaryrefslogtreecommitdiff
path: root/ext/intl/tests/timezone_getRegion_basic.phpt
blob: 7d23b7f96db409a73dab020cfa4fc63a410e323e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--TEST--
IntlTimeZone::getRegion(): basic test
--SKIPIF--
<?php
if (!extension_loaded('intl'))
	die('skip intl extension not enabled');
--FILE--
<?php
ini_set("intl.error_level", E_WARNING);
print_R(IntlTimeZone::getRegion('Europe/Amsterdam'));
echo "\n";
print_R(intltz_get_region('Europe/Amsterdam'));
echo "\n";
?>
--EXPECT--
NL
NL