mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
15 lines
No EOL
299 B
PHP
15 lines
No EOL
299 B
PHP
--TEST--
|
|
IntlTimeZone::getEquivalentID(): basic test
|
|
--EXTENSIONS--
|
|
intl
|
|
--FILE--
|
|
<?php
|
|
ini_set("intl.error_level", E_WARNING);
|
|
print_R(IntlTimeZone::getEquivalentID('Europe/Lisbon', "1"));
|
|
echo "\n";
|
|
print_R(intltz_get_equivalent_id('Europe/Lisbon', 1));
|
|
echo "\n";
|
|
?>
|
|
--EXPECT--
|
|
Portugal
|
|
Portugal
|