Searched refs:locale_lookup (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/ext/intl/tests/ |
H A D | locale_bug66289.phpt | 10 var_dump(locale_lookup($availableLocales, false, true, 'fr_FR')); 11 var_dump(locale_lookup($availableLocales, false, true, null)); 14 var_dump(locale_lookup($availableLocales, false, true, 'fr_FR')); 18 var_dump(locale_lookup($availableLocales, false, true));
|
H A D | locale_bug72658.phpt | 2 Bug #72658 Locale::lookup() / locale_lookup() hangs if no match found
|
H A D | locale_lookup.phpt | 2 locale_lookup.phpt() icu >= 4.8 && icu < 50.1.2
|
H A D | locale_lookup_variant2.phpt | 2 locale_lookup.phpt()
|
H A D | locale_lookup_variant3.phpt | 2 locale_lookup.phpt()
|
H A D | ut_common.inc | 297 …ocale::lookup( $lang_tag_arr,$loc_range,$isCanonical,$default_loc ) : locale_lookup( $lang_tag_arr…
|
/PHP-8.0/ext/intl/tests/locale/ |
H A D | bug74993.phpt | 15 'locale_lookup', 72 Function [ <internal:intl> function locale_lookup ] {
|
/PHP-8.0/ext/intl/locale/ |
H A D | locale_arginfo.h | 75 ZEND_FUNCTION(locale_lookup); 96 …ZEND_ME_MAPPING(lookup, locale_lookup, arginfo_class_Locale_lookup, ZEND_ACC_PUBLIC|ZEND_ACC_STATI…
|
H A D | locale_methods.c | 1439 PHP_FUNCTION(locale_lookup) in PHP_FUNCTION() argument
|
/PHP-8.0/ext/intl/ |
H A D | php_intl_arginfo.h | 918 ZEND_FUNCTION(locale_lookup); 1108 ZEND_FE(locale_lookup, arginfo_locale_lookup)
|
H A D | php_intl.stub.php | 312 function locale_lookup(array $languageTag, string $locale, bool $canonicalize = false, ?string $def… function
|
Completed in 24 milliseconds