Searched refs:in_locale (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/intl/doc/ |
H A D | locale_api.php | 148 * @param [string] $in_locale optional format locale 153 public static function getDisplayName($locale, $in_locale = null) {} argument 165 public static function getDisplayLanguage($lang, $in_locale = null) {} argument 176 public static function getDisplayScript($script, $in_locale = null) {} argument 188 public static function getDisplayRegion($region, $in_locale = null) {} argument 331 * @param [string] $in_locale optional format locale 336 function locale_get_display_name($locale, $in_locale = null) {} argument 348 function locale_get_display_language($lang, $in_locale = null) {} argument 359 function locale_get_display_script($script, $in_locale = null) {} argument 371 function locale_get_display_region($region, $in_locale = null) {} argument [all …]
|
/PHP-7.1/ext/intl/tests/locale/ |
H A D | bug74993.phpt | 26 Parameter #1 [ <optional> $in_locale ] 33 Parameter #1 [ <optional> $in_locale ] 40 Parameter #1 [ <optional> $in_locale ] 47 Parameter #1 [ <optional> $in_locale ] 54 Parameter #1 [ <optional> $in_locale ]
|
/PHP-7.1/ext/intl/locale/ |
H A D | locale_class.c | 55 ZEND_ARG_INFO( 0, in_locale )
|
/PHP-7.1/ext/intl/ |
H A D | php_intl.c | 178 ZEND_ARG_INFO(0, in_locale)
|
Completed in 9 milliseconds