Home
last modified time | relevance | path

Searched refs:createEnumeration (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/intl/tests/
H A Dtimezone_createEnumeration_error.phpt2 IntlTimeZone::createEnumeration(): errors
9 var_dump(IntlTimeZone::createEnumeration(array()));
12 Warning: IntlTimeZone::createEnumeration(): intltz_create_enumeration: invalid argument type in %s …
H A Dtimezone_createEnumeration_variation1.phpt2 IntlTimeZone::createEnumeration(): variant with offset
8 $tz = IntlTimeZone::createEnumeration(3600000);
H A Dtimezone_createEnumeration_variation2.phpt2 IntlTimeZone::createEnumeration(): variant with country
8 $tz = IntlTimeZone::createEnumeration('NL');
H A Dtimezone_createEnumeration_basic.phpt2 IntlTimeZone::createEnumeration(): basic test
8 $tz = IntlTimeZone::createEnumeration();
/PHP-8.1/ext/intl/timezone/
H A Dtimezone.stub.php26 public static function createEnumeration($countryOrRawOffset = null): IntlIterator|false {} function in IntlTimeZone
H A Dtimezone_methods.cpp148 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
157 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
180 se = TimeZone::createEnumeration(Z_STRVAL_P(arg)); in PHP_FUNCTION()
H A Dtimezone_arginfo.h137 …ZEND_ME_MAPPING(createEnumeration, intltz_create_enumeration, arginfo_class_IntlTimeZone_createEnu…

Completed in 16 milliseconds