Home
last modified time | relevance | path

Searched refs:locale_lookup (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/intl/tests/
H A Dlocale_bug66289.phpt10 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 Dlocale_bug72658.phpt2 Bug #72658 Locale::lookup() / locale_lookup() hangs if no match found
H A Dlocale_lookup_variant3.phpt2 locale_lookup.phpt()
H A Dlocale_lookup_variant2.phpt2 locale_lookup.phpt()
H A Dut_common.inc297 …ocale::lookup( $lang_tag_arr,$loc_range,$isCanonical,$default_loc ) : locale_lookup( $lang_tag_arr…
/php-src/ext/intl/tests/locale/
H A Dbug74993.phpt14 'locale_lookup',
71 Function [ <internal:intl> function locale_lookup ] {
/php-src/ext/intl/locale/
H A Dlocale_arginfo.h80 ZEND_FUNCTION(locale_lookup);
H A Dlocale_methods.c1521 PHP_FUNCTION(locale_lookup) in PHP_FUNCTION() argument
/php-src/ext/intl/
H A Dphp_intl.stub.php500 function locale_lookup(array $languageTag, string $locale, bool $canonicalize = false, ?string $def… function
H A Dphp_intl_arginfo.h921 ZEND_FUNCTION(locale_lookup);
1108 ZEND_FE(locale_lookup, arginfo_locale_lookup)

Completed in 20 milliseconds