Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dtimezone_getEquivalentID_error.phpt2 IntlTimeZone::getEquivalentID(): errors
11 var_dump(IntlTimeZone::getEquivalentID("foo\x80", 0));
14 Warning: IntlTimeZone::getEquivalentID(): intltz_get_equivalent_id: could not convert time zone id …
H A Dtimezone_getEquivalentID_basic.phpt2 IntlTimeZone::getEquivalentID(): basic test
10 print_R(IntlTimeZone::getEquivalentID('Europe/Lisbon', "1"));
/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php69 public static function getEquivalentID(string $timezoneId, int $offset) {} function in IntlTimeZone
H A Dtimezone_arginfo.h134 …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 12 milliseconds