Home
last modified time | relevance | path

Searched refs:getEquivalentID (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/intl/tests/
H A Dtimezone_getEquivalentID_error.phpt2 IntlTimeZone::getEquivalentID(): errors
9 var_dump(IntlTimeZone::getEquivalentID("foo\x80", 0));
12 Warning: IntlTimeZone::getEquivalentID(): intltz_get_equivalent_id: could not convert time zone id …
H A Dtimezone_getEquivalentID_basic.phpt2 IntlTimeZone::getEquivalentID(): basic test
8 print_R(IntlTimeZone::getEquivalentID('Europe/Lisbon', "1"));
/PHP-8.3/ext/intl/timezone/
H A Dtimezone.stub.php128 public static function getEquivalentID(string $timezoneId, int $offset): string|false {} function in IntlTimeZone
H A Dtimezone_arginfo.h144 …ZEND_ME_MAPPING(getEquivalentID, intltz_get_equivalent_id, arginfo_class_IntlTimeZone_getEquivalen…
H A Dtimezone_methods.cpp365 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()

Completed in 15 milliseconds