Home
last modified time | relevance | path

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

/PHP-8.0/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 timezone_identifiers_list(): Argument #2 ($countryCode) must be a two-letter ISO 3166-1 compatible …
24 timezone_identifiers_list(): Argument #2 ($countryCode) must be a two-letter ISO 3166-1 compatible …
/PHP-8.0/Zend/tests/parameter_default_values/
H A Dinternal_declaration_error_class_const.phpt13 …Zone::listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null) in %s o…
/PHP-8.0/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_toString_Internal.phpt28 Parameter #1 [ <optional> ?string $countryCode = null ]
/PHP-8.0/ext/date/
H A Dphp_date.stub.php91 function timezone_identifiers_list(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = n… argument
367 …ic function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null) {} argument
H A Dphp_date_arginfo.h187 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, countryCode, IS_STRING, 1, "null")
385 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, countryCode, IS_STRING, 1, "null")

Completed in 10 milliseconds