Home
last modified time | relevance | path

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

/php-src/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(): bad zone type in %s on line %d
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-src/ext/intl/timezone/
H A Dtimezone.stub.php64 …public static function createTimeZoneIDEnumeration(int $type, ?string $region = null, ?int $rawOff… function in IntlTimeZone
H A Dtimezone_methods.cpp250 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()

Completed in 13 milliseconds