Searched refs:locale_lookup (Results 1 – 11 of 11) sorted by relevance
/PHP-7.4/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_variant3.phpt | 2 locale_lookup.phpt()
|
H A D | locale_lookup_variant2.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-7.4/ext/intl/tests/locale/ |
H A D | bug74993.phpt | 15 'locale_lookup', 65 Function [ <internal:intl> function locale_lookup ] {
|
/PHP-7.4/ext/intl/locale/ |
H A D | locale_methods.h | 43 PHP_FUNCTION( locale_lookup);
|
H A D | locale_class.c | 91 …ZEND_FENTRY( lookup, ZEND_FN( locale_lookup ), locale_lookup_args, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC…
|
H A D | locale_methods.c | 1528 PHP_FUNCTION(locale_lookup) in PHP_FUNCTION() argument
|
/PHP-7.4/ext/intl/ |
H A D | php_intl.c | 689 PHP_FE( locale_lookup, locale_lookup_args )
|
Completed in 23 milliseconds