Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dtimezone_getCanonicalID_variant1_2.phpt2 IntlTimeZone::getCanonicalID(): second argument
10 var_dump(IntlTimeZone::getCanonicalID('Portugal', $isSystemId));
14 var_dump(IntlTimeZone::getCanonicalID('GMT +01:25', $isSystemId));
22 Warning: IntlTimeZone::getCanonicalID(): intltz_get_canonical_id: error obtaining canonical ID in %…
H A Dtimezone_getCanonicalID_error.phpt2 IntlTimeZone::getCanonicalID(): errors
11 var_dump(IntlTimeZone::getCanonicalID("foo\x81"));
14 Warning: IntlTimeZone::getCanonicalID(): intltz_get_canonical_id: could not convert time zone id to…
H A Dtimezone_getCanonicalID_variant1.phpt2 IntlTimeZone::getCanonicalID(): second argument
10 var_dump(IntlTimeZone::getCanonicalID('Portugal', $isSystemId));
13 var_dump(IntlTimeZone::getCanonicalID('GMT +01:25', $isSystemId));
H A Dtimezone_getCanonicalID_basic.phpt2 IntlTimeZone::getCanonicalID: basic test
10 print_R(IntlTimeZone::getCanonicalID('Portugal'));
/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php51 public static function getCanonicalID(string $timezoneId, &$isSystemId = null) {} function in IntlTimeZone
H A Dtimezone_arginfo.h131 …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 39 milliseconds