Searched refs:countryCode (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/Zend/tests/type_declarations/variance/internal_parent/ |
H A D | missing_return_type.phpt | 7 …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 D | incompatible_return_type.phpt | 7 …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 D | compatible_return_type.phpt | 7 …unction listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): array
|
/PHP-8.2/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.2/ext/reflection/tests/ |
H A D | ReflectionMethod_tentative_return_type.phpt | 9 …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-8.2/Zend/tests/parameter_default_values/ |
H A D | internal_declaration_error_class_const.phpt | 13 …Zone::listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): array …
|
/PHP-8.2/ext/reflection/tests/internal_parameter_default_value/ |
H A D | ReflectionParameter_toString_Internal.phpt | 28 Parameter #1 [ <optional> ?string $countryCode = null ]
|
/PHP-8.2/ext/date/ |
H A D | php_date.stub.php | 239 function timezone_identifiers_list(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = n… argument 652 …ction listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): array … argument
|
H A D | php_date_arginfo.h | 187 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, countryCode, IS_STRING, 1, "null") 431 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, countryCode, IS_STRING, 1, "null")
|
Completed in 21 milliseconds