Searched refs:createEnumeration (Results 1 – 7 of 7) sorted by relevance
2 IntlTimeZone::createEnumeration(): errors9 var_dump(IntlTimeZone::createEnumeration(array()));12 Warning: IntlTimeZone::createEnumeration(): intltz_create_enumeration: invalid argument type in %s …
2 IntlTimeZone::createEnumeration(): variant with offset8 $tz = IntlTimeZone::createEnumeration(3600000);
2 IntlTimeZone::createEnumeration(): variant with country8 $tz = IntlTimeZone::createEnumeration('NL');
2 IntlTimeZone::createEnumeration(): basic test8 $tz = IntlTimeZone::createEnumeration();
85 public static function createEnumeration($countryOrRawOffset = null): IntlIterator|false {} function in IntlTimeZone
148 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()
137 …ZEND_ME_MAPPING(createEnumeration, intltz_create_enumeration, arginfo_class_IntlTimeZone_createEnu…
Completed in 15 milliseconds