Home
last modified time | relevance | path

Searched refs:getCanonicalID (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/intl/tests/
H A Dtimezone_getCanonicalID_variant1_2.phpt2 IntlTimeZone::getCanonicalID(): second argument
11 var_dump(IntlTimeZone::getCanonicalID('Portugal', $isSystemId));
15 var_dump(IntlTimeZone::getCanonicalID('GMT +01:25', $isSystemId));
23 Warning: IntlTimeZone::getCanonicalID(): error obtaining canonical ID in %stimezone_getCanonicalID_…
H A Dtimezone_getCanonicalID_error.phpt2 IntlTimeZone::getCanonicalID(): errors
9 var_dump(IntlTimeZone::getCanonicalID("foo\x81"));
12 Warning: IntlTimeZone::getCanonicalID(): could not convert time zone id to UTF-16 in %s on line %d
H A Dtimezone_getCanonicalID_variant1.phpt2 IntlTimeZone::getCanonicalID(): second argument
11 var_dump(IntlTimeZone::getCanonicalID('Portugal', $isSystemId));
14 var_dump(IntlTimeZone::getCanonicalID('GMT +01:25', $isSystemId));
H A Dtimezone_getCanonicalID_basic.phpt2 IntlTimeZone::getCanonicalID: basic test
8 print_R(IntlTimeZone::getCanonicalID('Portugal'));
/php-src/ext/intl/timezone/
H A Dtimezone.stub.php77 public static function getCanonicalID(string $timezoneId, &$isSystemId = null): string|false {} function in IntlTimeZone
H A Dtimezone_methods.cpp280 TimeZone::getCanonicalID(id, result, isSystemID, status); in PHP_FUNCTION()

Completed in 10 milliseconds