Searched refs:displayLocale (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/intl/locale/ |
H A D | locale.stub.php | 47 public static function getDisplayScript(string $locale, ?string $displayLocale = null) {} argument 53 public static function getDisplayRegion(string $locale, ?string $displayLocale = null) {} argument 59 public static function getDisplayName(string $locale, ?string $displayLocale = null) {} argument 65 public static function getDisplayLanguage(string $locale, ?string $displayLocale = null) {} argument 71 public static function getDisplayVariant(string $locale, ?string $displayLocale = null) {} argument
|
H A D | locale_arginfo.h | 21 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, displayLocale, IS_STRING, 1, "null")
|
/PHP-8.0/ext/intl/tests/locale/ |
H A D | bug74993.phpt | 27 Parameter #1 [ <optional> ?string $displayLocale = null ] 35 Parameter #1 [ <optional> ?string $displayLocale = null ] 43 Parameter #1 [ <optional> ?string $displayLocale = null ] 51 Parameter #1 [ <optional> ?string $displayLocale = null ] 59 Parameter #1 [ <optional> ?string $displayLocale = null ]
|
/PHP-8.0/ext/intl/ |
H A D | php_intl.stub.php | 292 function locale_get_display_script(string $locale, ?string $displayLocale = null): string|false {} argument 294 function locale_get_display_region(string $locale, ?string $displayLocale = null): string|false {} argument 296 function locale_get_display_name(string $locale, ?string $displayLocale = null): string|false {} argument 298 function locale_get_display_language(string $locale, ?string $displayLocale = null): string|false {} argument 300 function locale_get_display_variant(string $locale, ?string $displayLocale = null): string|false {} argument
|
H A D | php_intl_arginfo.h | 524 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, displayLocale, IS_STRING, 1, "null")
|
Completed in 13 milliseconds