Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/tests/
H A Dtimezone_countEquivalentIDs_error.phpt2 IntlTimeZone::countEquivalentIDs(): errors
9 var_dump(IntlTimeZone::countEquivalentIDs("foo\x80"));
12 Warning: IntlTimeZone::countEquivalentIDs(): intltz_count_equivalent_ids: could not convert time zo…
H A Dtimezone_countEquivalentIDs_basic.phpt2 IntlTimeZone::countEquivalentIDs(): basic test
8 $count = IntlTimeZone::countEquivalentIDs('Europe/Lisbon');
/PHP-8.3/ext/intl/timezone/
H A Dtimezone.stub.php72 public static function countEquivalentIDs(string $timezoneId): int|false {} function in IntlTimeZone
H A Dtimezone_arginfo.h135 …ZEND_ME_MAPPING(countEquivalentIDs, intltz_count_equivalent_ids, arginfo_class_IntlTimeZone_countE…
H A Dtimezone_methods.cpp215 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()

Completed in 13 milliseconds