Searched refs:languageTag (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/intl/locale/ |
H A D | locale.stub.php | 117 …public static function filterMatches(string $languageTag, string $locale, bool $canonicalize = fal… argument 123 …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-src/ext/intl/tests/locale/ |
H A D | bug74993.phpt | 65 Parameter #0 [ <required> string $languageTag ] 74 Parameter #0 [ <required> array $languageTag ]
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 496 function locale_filter_matches(string $languageTag, string $locale, bool $canonicalize = false): ?b… argument 500 function locale_lookup(array $languageTag, string $locale, bool $canonicalize = false, ?string $def… argument
|
H A D | php_intl_arginfo.h | 551 ZEND_ARG_TYPE_INFO(0, languageTag, IS_STRING, 0) 559 ZEND_ARG_TYPE_INFO(0, languageTag, IS_ARRAY, 0)
|
Completed in 25 milliseconds