Searched refs:locales (Results 1 – 25 of 66) sorted by relevance
123
/php-src/ext/intl/tests/ |
H A D | calendar_getAvailableLocales_basic.phpt | 10 $locales = IntlCalendar::getAvailableLocales(); 11 var_dump(count($locales) > 100); 13 $locales = intlcal_get_available_locales(); 14 var_dump(in_array('pt', $locales));
|
H A D | formatter_format_currency2.phpt | 9 * Format a number using misc currencies/locales. 12 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'uk' locales changed 19 $locales = array( 30 foreach( $locales as $locale => $currency )
|
H A D | collator_create4.phpt | 9 * Try creating collator with different locales 17 $locales = array( 27 foreach( $locales as $locale ) 38 // Get the requested, valid and actual locales.
|
H A D | msgfmt_get_locale.phpt | 14 $locales = array( 22 foreach( $locales as $locale )
|
H A D | formatter_format6.phpt | 11 * Format a number using misc locales/patterns. 15 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed 38 $locales = array( 49 foreach( $locales as $locale )
|
H A D | formatter_get_locale_variant4.phpt | 16 $locales = array( 29 foreach( $locales as $locale )
|
H A D | formatter_get_locale_variant2.phpt | 16 $locales = array( 29 foreach( $locales as $locale )
|
H A D | formatter_format8.phpt | 11 * Format a number using misc locales/patterns. 15 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed 38 $locales = array( 49 foreach( $locales as $locale )
|
H A D | formatter_format7.phpt | 12 * Format a number using misc locales/patterns. 16 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed 39 $locales = array( 50 foreach( $locales as $locale )
|
H A D | formatter_get_locale_variant3.phpt | 17 $locales = array( 30 foreach( $locales as $locale )
|
H A D | msgfmt_parse.phpt | 9 * Format a number using misc locales/patterns. 15 $locales = array( 36 foreach( $locales as $locale => $pattern )
|
H A D | collator_get_locale2.phpt | 16 $locales = array( 28 foreach( $locales as $locale )
|
H A D | msgfmt_format.phpt | 9 * Format a number using misc locales/patterns. 15 $locales = array( 28 foreach( $locales as $locale => $pattern )
|
H A D | locale_get_all_variants.phpt | 15 $locales = array( 29 foreach($locales as $locale){
|
H A D | locale_set_default.phpt | 9 * Try setting the default Locale with different locales 17 $locales = array( 70 $locales = array( 76 foreach( $locales as $locale )
|
H A D | locale_get_script.phpt | 9 * Try getting the prmary language for different locales 16 $locales = array( 70 foreach( $locales as $locale )
|
/php-src/ext/standard/tests/strings/ |
H A D | setlocale_basic3.phpt | 2 Test setlocale() function : basic functionality - passing multiple locales as argument 10 die('skip en_US.utf8/Ko_KR.utf8/zh_CN.utf8 locales not available'); 15 /* Test the setlocale() when multiple locales are provided as argument */ 21 // run the command 'locale -a' to fetch all locales available in the system 36 /* Collect existing system locales and get three locales that can be use to 38 echo "*** Testing setlocale() by passing multiple locales as argument ***\n"; 41 //set of currency symbol according to above list of locales 55 // gather all the locales installed in the system 58 // Now check for three locales that is present in the system and use that as argument to setlocale() 87 *** Testing setlocale() by passing multiple locales as argument *** [all …]
|
H A D | setlocale_variation1.phpt | 2 Test setlocale() function : usage variations - passing multiple valid/invalid locales as argument 10 die('skip en_US.utf8/Ko_KR.utf8/zh_CN.utf8 locales not available'); 15 /* Test the setlocale() when multiple valid/invalid locales are provided as argument */ 21 // run the command 'locale -a' to fetch all locales available in the system 36 /* Collect existing system locales and get 2 valid locales that can be use to 38 echo "*** Testing setlocale() by passing multiple valid/invalid locales as argument ***\n"; 40 //set of currency symbol according to above list of locales 54 // gather all the locales installed in the system 57 // Now check for three locales that is present in the system and use that as argument to setlocale() 86 *** Testing setlocale() by passing multiple valid/invalid locales as argument *** [all …]
|
H A D | setlocale_basic2.phpt | 10 die('skip available locales not usable'); 15 /* Test the setlocale() when an array is provided as input containing list of locales */ 21 // run the command 'locale -a' to fetch all locales available in the system 36 /* Collect existing system locales and prepare a list of locales that can be used as 39 echo "*** Testing setlocale() with an array containing list of locales ***\n"; 41 //set of locales to be used 55 //set of currency symbol according to above list of locales 69 // gather all the locales installed in the system 72 // prepare the list of locales based on list of locales found in the system 83 // Now $list_of_locales array contains the locales that can be passed to [all …]
|
H A D | setlocale_variation2.phpt | 2 Test setlocale() function : usage variations - Setting all available locales in the platform 15 /* setlocale() to set all available locales in the system and check the success count */ 29 // run the command 'locale -a' to fetch all locales available in the system 44 // gather all the locales installed in the system 52 // gather all locales installed in the system(stored $all_system_locales), 65 echo "No of locales found on the machine = ".count($all_system_locales)."\n"; 70 // failure then dump the list of failing locales 85 No of locales found on the machine = %d
|
H A D | setlocale_error.phpt | 17 //Invalid array of locales 21 echo "\n-- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --\n"; 22 //Invalid array of locales 37 -- Testing setlocale() function with invalid multiple locales, 'category' = LC_ALL --
|
H A D | setlocale_basic1.phpt | 10 die('skip available locales not usable'); 21 // run the command 'locale -a' to fetch all locales available in the system 36 /* Collect existing system locales and set one among them, 40 //set of locales to be used 54 //set of currency symbol according to above list of locales 68 // gather all the locales installed in the system 73 // $common_locales & locales that are available in the system, stored
|
H A D | bug65769.phpt | 15 $locales = array('sve', 'french', 'us', 'ru', 'czech', 'serbian'); 17 foreach ($locales as $locale) {
|
/php-src/.github/actions/apk/ |
H A D | action.yml | 55 musl-locales \ 56 musl-locales-lang
|
/php-src/ext/pcre/tests/ |
H A D | skip.ini | 3 test[]=locales.phpt
|
Completed in 73 milliseconds
123