Home
last modified time | relevance | path

Searched refs:countryCode (Results 1 – 10 of 10) sorted by relevance

/php-src/Zend/tests/type_declarations/variance/internal_parent/
H A Dmissing_return_type.phpt7 …tatic function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null)
13 …ing $countryCode = null) should either be compatible with DateTimeZone::listIdentifiers(int $timez…
H A Dincompatible_return_type.phpt7 …nction listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): string
16 …$countryCode = null): string should either be compatible with DateTimeZone::listIdentifiers(int $t…
H A Dcompatible_return_type.phpt7 …unction listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): array
/php-src/ext/date/tests/
H A DDateTimeZone_getLocation.phpt7 $countryCode = array("??");
18 …if (!in_array($timeZoneArray['country_code'], $countryCode) && NULL != $timeZoneArray['country_cod…
19 array_push($countryCode, $timeZoneArray['country_code']);
H A Dtimezone_identifiers_list_wrong_constructor.phpt23 ValueError: timezone_identifiers_list(): Argument #2 ($countryCode) must be a two-letter ISO 3166-1…
24 ValueError: timezone_identifiers_list(): Argument #2 ($countryCode) must be a two-letter ISO 3166-1…
/php-src/ext/reflection/tests/
H A DReflectionMethod_tentative_return_type.phpt9 …nction listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): string
38 Parameter #1 [ <optional> ?string $countryCode = null ]
53 Parameter #1 [ <optional> ?string $countryCode = NULL ]
/php-src/Zend/tests/parameter_default_values/
H A Dinternal_declaration_error_class_const.phpt13 …Zone::listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): array …
/php-src/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_toString_Internal.phpt28 Parameter #1 [ <optional> ?string $countryCode = null ]
/php-src/ext/date/
H A Dphp_date.stub.php239 function timezone_identifiers_list(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = n… argument
669 …ction listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): array … argument
H A Dphp_date_arginfo.h187 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, countryCode, IS_STRING, 1, "null")
449 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, countryCode, IS_STRING, 1, "null")

Completed in 22 milliseconds