mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
16 lines
266 B
PHP
16 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
|