mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
15 lines
266 B
PHP
15 lines
266 B
PHP
--TEST--
|
|
IntlTimeZone::getRegion(): basic test
|
|
--EXTENSIONS--
|
|
intl
|
|
--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
|