Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dtimezone_countEquivalentIDs_error.phpt2 IntlTimeZone::countEquivalentIDs(): errors
11 var_dump(IntlTimeZone::countEquivalentIDs("foo\x80"));
14 Warning: IntlTimeZone::countEquivalentIDs(): intltz_count_equivalent_ids: could not convert time zo…
H A Dtimezone_countEquivalentIDs_basic.phpt2 IntlTimeZone::countEquivalentIDs(): basic test
10 $count = IntlTimeZone::countEquivalentIDs('Europe/Lisbon');
/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php13 public static function countEquivalentIDs(string $timezoneId) {} function in IntlTimeZone
H A Dtimezone_arginfo.h125 …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 10 milliseconds