Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/tests/
H A Dtimezone_createTimeZoneIDEnumeration_variant2.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
8 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
11 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
14 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
21 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
26 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
H A Dtimezone_createTimeZoneIDEnumeration_error.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): errors
9 var_dump(IntlTimeZone::createTimeZoneIDEnumeration(-1));
12 Warning: IntlTimeZone::createTimeZoneIDEnumeration(): intltz_create_time_zone_id_enumeration: bad z…
H A Dtimezone_createTimeZoneIDEnumeration_variant1.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without offset
8 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
15 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
H A Dtimezone_createTimeZoneIDEnumeration_basic.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): basic test
8 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
/PHP-8.1/ext/intl/timezone/
H A Dtimezone.stub.php38 …public static function createTimeZoneIDEnumeration(int $type, ?string $region = null, ?int $rawOff… function in IntlTimeZone
H A Dtimezone_arginfo.h139 …ZEND_ME_MAPPING(createTimeZoneIDEnumeration, intltz_create_time_zone_id_enumeration, arginfo_class…
H A Dtimezone_methods.cpp255 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()

Completed in 16 milliseconds