Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dtimezone_getEquivalentID_error.phpt2 IntlTimeZone::getEquivalentID(): errors
9 var_dump(IntlTimeZone::getEquivalentID("foo\x80", 0));
12 Warning: IntlTimeZone::getEquivalentID(): could not convert time zone id to UTF-16 in %s on line %d
H A Dtimezone_getEquivalentID_basic.phpt2 IntlTimeZone::getEquivalentID(): basic test
8 print_R(IntlTimeZone::getEquivalentID('Europe/Lisbon', "1"));
/php-src/ext/intl/timezone/
H A Dtimezone.stub.php95 public static function getEquivalentID(string $timezoneId, int $offset): string|false {} function in IntlTimeZone
H A Dtimezone_methods.cpp357 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()

Completed in 8 milliseconds