Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dtimezone_createTimeZoneIDEnumeration_variant2.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
10 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
13 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
16 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
23 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
28 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
H A Dtimezone_createTimeZoneIDEnumeration_error.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): errors
11 var_dump(IntlTimeZone::createTimeZoneIDEnumeration(-1));
14 Warning: IntlTimeZone::createTimeZoneIDEnumeration(): intltz_create_time_zone_id_enumeration: bad z…
H A Dtimezone_createTimeZoneIDEnumeration_variant1.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without offset
10 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
17 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
H A Dtimezone_createTimeZoneIDEnumeration_basic.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): basic test
10 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
/PHP-8.0/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.h129 …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 10 milliseconds