Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dtimezone_countEquivalentIDs_error.phpt2 IntlTimeZone::countEquivalentIDs(): errors
9 var_dump(IntlTimeZone::countEquivalentIDs("foo\x80"));
12 Warning: IntlTimeZone::countEquivalentIDs(): could not convert time zone id to UTF-16 in %s on line…
H A Dtimezone_countEquivalentIDs_basic.phpt2 IntlTimeZone::countEquivalentIDs(): basic test
8 $count = IntlTimeZone::countEquivalentIDs('Europe/Lisbon');
/php-src/ext/intl/timezone/
H A Dtimezone.stub.php39 public static function countEquivalentIDs(string $timezoneId): int|false {} function in IntlTimeZone
H A Dtimezone_methods.cpp208 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()

Completed in 8 milliseconds