Home
last modified time | relevance | path

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

/PHP-8.2/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(): intltz_get_canonical_id: error obtaining canonical ID in %…
H A Dtimezone_getCanonicalID_error.phpt2 IntlTimeZone::getCanonicalID(): errors
9 var_dump(IntlTimeZone::getCanonicalID("foo\x81"));
12 Warning: IntlTimeZone::getCanonicalID(): intltz_get_canonical_id: could not convert time zone id to…
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-8.2/ext/intl/timezone/
H A Dtimezone.stub.php110 public static function getCanonicalID(string $timezoneId, &$isSystemId = null): string|false {} function in IntlTimeZone
H A Dtimezone_arginfo.h141 …ZEND_ME_MAPPING(getCanonicalID, intltz_get_canonical_id, arginfo_class_IntlTimeZone_getCanonicalID…
H A Dtimezone_methods.cpp285 TimeZone::getCanonicalID(id, result, isSystemID, status); in PHP_FUNCTION()

Completed in 13 milliseconds