Home
last modified time | relevance | path

Searched refs:displayLocale (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/intl/locale/
H A Dlocale.stub.php47 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 Dlocale_arginfo.h21 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, displayLocale, IS_STRING, 1, "null")
/PHP-8.0/ext/intl/tests/locale/
H A Dbug74993.phpt27 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 Dphp_intl.stub.php292 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 Dphp_intl_arginfo.h524 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, displayLocale, IS_STRING, 1, "null")

Completed in 21 milliseconds