Searched refs:languageTag (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/intl/locale/ |
H A D | locale.stub.php | 96 …public static function filterMatches(string $languageTag, string $locale, bool $canonicalize = fal… argument 102 …public static function lookup(array $languageTag, string $locale, bool $canonicalize = false, ?str… argument
|
H A D | locale_arginfo.h | 47 ZEND_ARG_TYPE_INFO(0, languageTag, IS_STRING, 0) 53 ZEND_ARG_TYPE_INFO(0, languageTag, IS_ARRAY, 0)
|
/PHP-8.1/ext/intl/tests/locale/ |
H A D | bug74993.phpt | 65 Parameter #0 [ <required> string $languageTag ] 74 Parameter #0 [ <required> array $languageTag ]
|
/PHP-8.1/ext/intl/ |
H A D | php_intl.stub.php | 327 function locale_filter_matches(string $languageTag, string $locale, bool $canonicalize = false): ?b… argument 331 function locale_lookup(array $languageTag, string $locale, bool $canonicalize = false, ?string $def… argument
|
H A D | php_intl_arginfo.h | 546 ZEND_ARG_TYPE_INFO(0, languageTag, IS_STRING, 0) 554 ZEND_ARG_TYPE_INFO(0, languageTag, IS_ARRAY, 0)
|
Completed in 20 milliseconds