Lines Matching refs:setlocale
2 Test setlocale() function : basic functionality - set locale using an array
5 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
9 if (setlocale(LC_ALL, "en_US.utf8", "en_AU.utf8", "ko_KR.utf8", "zh_CN.utf8", "de_DE.utf8", "es_EC.…
15 /* Test the setlocale() when an array is provided as input containing list of locales */
37 input to setlocale() */
39 echo "*** Testing setlocale() with an array containing list of locales ***\n";
74 // given as input to setlocale(), later verify the new locale setting by
84 // setlocale() function.
85 echo "-- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --\n";
88 $new_locale = setlocale(LC_ALL, $list_of_locales);
113 *** Testing setlocale() with an array containing list of locales ***
114 -- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --