Searched refs:countryCode (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/date/tests/ |
H A D | DateTimeZone_getLocation.phpt | 7 $countryCode = array("??"); 18 …if (!in_array($timeZoneArray['country_code'], $countryCode) && NULL != $timeZoneArray['country_cod… 19 array_push($countryCode, $timeZoneArray['country_code']);
|
H A D | timezone_identifiers_list_wrong_constructor.phpt | 23 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 D | internal_declaration_error_class_const.phpt | 13 …Zone::listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null) in %s o…
|
/PHP-8.0/ext/reflection/tests/internal_parameter_default_value/ |
H A D | ReflectionParameter_toString_Internal.phpt | 28 Parameter #1 [ <optional> ?string $countryCode = null ]
|
/PHP-8.0/ext/date/ |
H A D | php_date.stub.php | 91 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 D | php_date_arginfo.h | 187 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 11 milliseconds