Home
last modified time | relevance | path

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

/php-src/ext/intl/locale/
H A Dlocale.stub.php117 …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 Dlocale_arginfo.h47 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 Dbug74993.phpt65 Parameter #0 [ <required> string $languageTag ]
74 Parameter #0 [ <required> array $languageTag ]
/php-src/ext/intl/
H A Dphp_intl.stub.php496 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 Dphp_intl_arginfo.h551 ZEND_ARG_TYPE_INFO(0, languageTag, IS_STRING, 0)
559 ZEND_ARG_TYPE_INFO(0, languageTag, IS_ARRAY, 0)

Completed in 25 milliseconds