Searched refs:getCanonicalID (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/intl/tests/ |
H A D | timezone_getCanonicalID_variant1_2.phpt | 2 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 D | timezone_getCanonicalID_error.phpt | 2 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 D | timezone_getCanonicalID_variant1.phpt | 2 IntlTimeZone::getCanonicalID(): second argument 11 var_dump(IntlTimeZone::getCanonicalID('Portugal', $isSystemId)); 14 var_dump(IntlTimeZone::getCanonicalID('GMT +01:25', $isSystemId));
|
H A D | timezone_getCanonicalID_basic.phpt | 2 IntlTimeZone::getCanonicalID: basic test 8 print_R(IntlTimeZone::getCanonicalID('Portugal'));
|
/PHP-8.2/ext/intl/timezone/ |
H A D | timezone.stub.php | 110 public static function getCanonicalID(string $timezoneId, &$isSystemId = null): string|false {} function in IntlTimeZone
|
H A D | timezone_arginfo.h | 141 …ZEND_ME_MAPPING(getCanonicalID, intltz_get_canonical_id, arginfo_class_IntlTimeZone_getCanonicalID…
|
H A D | timezone_methods.cpp | 285 TimeZone::getCanonicalID(id, result, isSystemID, status); in PHP_FUNCTION()
|
Completed in 49 milliseconds