Home
last modified time | relevance | path

Searched refs:locale (Results 126 – 150 of 190) sorted by relevance

12345678

/php-src/ext/intl/tests/
H A Dlocale_get_script.phpt70 foreach( $locales as $locale )
72 $scr = ut_loc_get_script( $locale);
73 $res_str .= "$locale: script='$scr'";
H A Dlocale_get_region.phpt72 foreach( $locales as $locale )
74 $scr = ut_loc_get_region( $locale);
75 $res_str .= "$locale: region='$scr'";
H A Dbug14562.phpt2 Bug #14562 NumberFormatter breaks when locale changes
H A Dbug72533.phpt29 'locale_accept_from_http: locale string too long: U_ILLEGAL_ARGUMENT_ERROR'
H A Dgh12243.phpt13 locale: 'en',
H A Dlocale_get_primary_language.phpt71 foreach( $locales as $locale )
73 $lang = ut_loc_get_primary_language( $locale);
74 $res_str .= "$locale: primary_language='$lang'";
H A Dspoofchecker_003.phpt2 spoofchecker with locale settings
H A Dmsgfmt_bug70484.phpt8 $locale = array("de", "fr", "en", "ru",);
12 foreach ($locale as $lc) {
H A Dbug67052.phpt12 die("skip de_DE locale not installed");
H A Dlocale_compose_locale.phpt115 $locale = ut_loc_locale_compose( $value);
117 if( $locale){
118 $res_str .= "$locale";
H A Dtimezone_getDisplayName_variant3-49+.phpt2 IntlTimeZone::getDisplayName(): locale parameter
H A Dlocale_bug66289.phpt2 Bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty
H A Ddateformat_bug71516.phpt2 Bug #71516 IntlDateFormatter losts locale if pattern is set via constructor
H A Dlocale_parse_locale2.phpt72 foreach( $locales as $locale )
74 $arr = ut_loc_locale_parse( $locale);
76 $res_str .= "$locale:\n";
/php-src/ext/json/tests/
H A Dbug41403.phpt6 die("skip no de_DE locale");
H A Dbug42785.phpt8 die("skip locale needed for this test is not supported on this platform");
/php-src/ext/pcre/tests/
H A Dctype_back_to_c.phpt6 if (!setlocale(LC_CTYPE, "de_DE", "de-DE")) die("skip requires de_DE locale");
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php97 … public static function createInstance($timezone = null, ?string $locale = null): ?IntlCalendar {} argument
139 …public static function fromDateTime(DateTime|string $datetime, ?string $locale = null): ?IntlCalen… argument
200 …public static function getKeywordValuesForLocale(string $keyword, string $locale, bool $onlyCommon… argument
/php-src/ext/standard/tests/strings/
H A Dprintf_h_H.phpt6 if (!setlocale(LC_ALL, "de_DE.utf8")) die("skip de_DE.utf8 locale not available");
H A Dsprintf_f_3.phpt6 if(false == setlocale(LC_NUMERIC, "is_IS", "is_IS.UTF-8")) print "skip icelandic locale not support…
H A Dsetlocale-win32.phpt2 Unix locale names are rejected on Windows, except for some special cases
/php-src/ext/soap/tests/bugs/
H A Dbug39815.phpt2 Bug #39815 (to_zval_double() in ext/soap/php_encoding.c is not locale-independent)
7 if (!@setlocale(LC_ALL, 'de_DE', 'de_DE.ISO8859-1')) die('skip de_DE locale not available');
/php-src/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp184 Locale locale = Locale::createFromName(dfo->requested_locale); in PHP_FUNCTION() local
189 if (datefmt_process_calendar_arg(calendar_obj, calendar_long, calendar_is_null, locale, in PHP_FUNCTION()
/php-src/tests/basic/
H A Dconsistent_float_string_casts.phpt11 die("skip locale needed for this test is not supported on this platform");
/php-src/ext/intl/
H A Dconfig.w3238 ADD_SOURCES(configure_module_dirname + "/locale", "\
39 locale.c \

Completed in 34 milliseconds

12345678