Searched refs:timezoneGroup (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/Zend/tests/type_declarations/variance/internal_parent/ |
H A D | missing_return_type.phpt | 7 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod… 13 …nt $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null) should either be compatible wi…
|
H A D | incompatible_return_type.phpt | 7 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod… 16 …timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): string should either be compatibl…
|
H A D | compatible_return_type.phpt | 7 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod…
|
/PHP-8.2/ext/date/tests/ |
H A D | timezone_identifiers_list_wrong_constructor.phpt | 2 timezone_identifiers_list: ValueError when timezoneGroup is DateTimeZone::PER_COUNTRY 23 …be a two-letter ISO 3166-1 compatible country code when argument #1 ($timezoneGroup) is DateTimeZo… 24 …be a two-letter ISO 3166-1 compatible country code when argument #1 ($timezoneGroup) is DateTimeZo…
|
/PHP-8.2/ext/reflection/tests/ |
H A D | ReflectionMethod_tentative_return_type.phpt | 9 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod… 37 Parameter #0 [ <optional> int $timezoneGroup = DateTimeZone::ALL ] 52 Parameter #0 [ <optional> int $timezoneGroup = DateTimeZone::ALL ]
|
/PHP-8.2/Zend/tests/parameter_default_values/ |
H A D | internal_declaration_error_class_const.phpt | 13 …s(): array must be compatible with DateTimeZone::listIdentifiers(int $timezoneGroup = DateTimeZone…
|
/PHP-8.2/ext/reflection/tests/internal_parameter_default_value/ |
H A D | ReflectionParameter_toString_Internal.phpt | 27 Parameter #0 [ <optional> int $timezoneGroup = DateTimeZone::ALL ]
|
/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 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod… argument
|
H A D | php_date_arginfo.h | 186 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timezoneGroup, IS_LONG, 0, "DateTimeZone::ALL") 430 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timezoneGroup, IS_LONG, 0, "DateTimeZone::ALL")
|
Completed in 15 milliseconds