Home
last modified time | relevance | path

Searched refs:listIdentifiers (Results 1 – 15 of 15) sorted by relevance

/PHP-8.2/ext/date/tests/
H A DDateTimeZone_listIdentifiers_basic1.phpt2 Test DateTimeZone::listIdentifiers function : basic functionality
5 echo "*** Testing DateTimeZone::listIdentifiers() : basic functionality ***\n";
10 $zones = DateTimeZone::listIdentifiers();
21 *** Testing DateTimeZone::listIdentifiers() : basic functionality ***
H A Dbug75928.phpt2 Bug #75928: Argument 2 for `DateTimeZone::listIdentifiers()` should accept `null`
6 var_dump(is_array(DateTimeZone::listIdentifiers(\DateTimeZone::ALL, null)));
H A Dbug52480.phpt13 foreach (DateTimeZone::listIdentifiers() as $timezone) {
/PHP-8.2/Zend/tests/type_declarations/variance/internal_parent/
H A Dincompatible_return_type.phpt7 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod…
13 var_dump(MyDateTimeZone::listIdentifiers());
16listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): string shoul…
H A Dmissing_return_type.phpt7 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod…
13 …e::listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null) should eit…
H A Dcompatible_return_type.phpt7 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod…
13 var_dump(MyDateTimeZone::listIdentifiers());
/PHP-8.2/Zend/tests/parameter_default_values/
H A Dinternal_declaration_error_class_const.phpt7 public static function listIdentifiers(): array
13 …rror: Declaration of MyDateTimeZone::listIdentifiers(): array must be compatible with DateTimeZone…
/PHP-8.2/ext/reflection/tests/
H A DReflectionMethod_tentative_return_type.phpt9 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod…
24 printInfo(new ReflectionMethod(DateTimeZone::class, 'listIdentifiers'));
25 printInfo(new ReflectionMethod(MyDateTimeZone::class, 'listIdentifiers'));
34 string(%d) "Method [ <internal:date> static public method listIdentifiers ] {
48 … [ <user, overwrites DateTimeZone, prototype DateTimeZone> static public method listIdentifiers ] {
/PHP-8.2/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_isDefaultValueAvailable_Internal.phpt15 $method = $class->getMethod('listIdentifiers');
H A DReflectionParameter_toString_Internal.phpt15 $method = $class->getMethod('listIdentifiers');
H A DReflectionParameter_getDefaultValue_Internal.phpt19 $method = $class->getMethod('listIdentifiers');
H A DReflectionParameter_isDefaultValueConstant_Internal.phpt19 $method = $class->getMethod('listIdentifiers');
H A DReflectionParameter_getDefaultValueConstantName_Internal.phpt32 $method = $class->getMethod('listIdentifiers');
/PHP-8.2/ext/date/
H A Dphp_date.stub.php652 …public static function listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCod… function in DateTimeZone
H A Dphp_date_arginfo.h716 …ZEND_ME_MAPPING(listIdentifiers, timezone_identifiers_list, arginfo_class_DateTimeZone_listIdentif…

Completed in 20 milliseconds