Searched refs:getCanonicalID (Results 1 – 6 of 6) sorted by relevance
2 IntlTimeZone::getCanonicalID(): second argument11 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_…
2 IntlTimeZone::getCanonicalID(): errors9 var_dump(IntlTimeZone::getCanonicalID("foo\x81"));12 Warning: IntlTimeZone::getCanonicalID(): could not convert time zone id to UTF-16 in %s on line %d
2 IntlTimeZone::getCanonicalID(): second argument11 var_dump(IntlTimeZone::getCanonicalID('Portugal', $isSystemId));14 var_dump(IntlTimeZone::getCanonicalID('GMT +01:25', $isSystemId));
2 IntlTimeZone::getCanonicalID: basic test8 print_R(IntlTimeZone::getCanonicalID('Portugal'));
77 public static function getCanonicalID(string $timezoneId, &$isSystemId = null): string|false {} function in IntlTimeZone
280 TimeZone::getCanonicalID(id, result, isSystemID, status); in PHP_FUNCTION()
Completed in 11 milliseconds