Searched refs:locale_lookup (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/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 | ut_common.inc | 293 …ocale::lookup( $lang_tag_arr,$loc_range,$isCanonical,$default_loc ) : locale_lookup( $lang_tag_arr…
|
/PHP-7.1/ext/intl/tests/locale/ |
H A D | bug74993.phpt | 15 'locale_lookup', 65 Function [ <internal:intl> function locale_lookup ] {
|
/PHP-7.1/ext/intl/locale/ |
H A D | locale_methods.h | 45 PHP_FUNCTION( locale_lookup);
|
H A D | locale_class.c | 93 …ZEND_FENTRY( lookup, ZEND_FN( locale_lookup ), locale_lookup_args, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC…
|
H A D | locale_methods.c | 1544 PHP_FUNCTION(locale_lookup) in PHP_FUNCTION() argument
|
/PHP-7.1/ext/intl/doc/ |
H A D | locale_api.php | 408 function locale_lookup(array $langtag, $locale, $default = null) {} function
|
/PHP-7.1/ext/intl/ |
H A D | php_intl.c | 683 PHP_FE( locale_lookup, locale_lookup_args )
|
/PHP-7.1/ |
H A D | NEWS | 1757 . Fixed bug #72658 (Locale::lookup() / locale_lookup() hangs if no match
|
Completed in 25 milliseconds