Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/standard/tests/strings/
H A Dbug65769.phpt19 $lconv = localeconv();
22 $lconv['decimal_point'],
23 $lconv['thousands_sep'],
24 $lconv['int_curr_symbol'],
25 $lconv['currency_symbol'],
26 $lconv['mon_decimal_point'],
27 $lconv['mon_thousands_sep']
30 var_dump(in_array($lconv['mon_thousands_sep'], ['.', '�']));
/PHP-8.0/main/
H A Dspprintf.c91 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
93 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
211 struct lconv lconv; in xbuf_format_converter() local
213 struct lconv *lconv = NULL; in xbuf_format_converter() local
607 localeconv_r(&lconv); in xbuf_format_converter()
609 if (!lconv) { in xbuf_format_converter()
610 lconv = localeconv(); in xbuf_format_converter()
665 localeconv_r(&lconv); in xbuf_format_converter()
667 if (!lconv) { in xbuf_format_converter()
668 lconv = localeconv(); in xbuf_format_converter()
H A Dsnprintf.c35 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
37 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
607 struct lconv lconv; in format_converter() local
609 struct lconv *lconv = NULL; in format_converter() local
998 localeconv_r(&lconv); in format_converter()
1000 if (!lconv) { in format_converter()
1001 lconv = localeconv(); in format_converter()
1057 localeconv_r(&lconv); in format_converter()
1059 if (!lconv) { in format_converter()
1060 lconv = localeconv(); in format_converter()
/PHP-8.0/ext/standard/
H A Dformatted_print.c27 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
29 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
230 struct lconv lconv; in php_sprintf_appenddouble() local
232 struct lconv *lconv; in php_sprintf_appenddouble() local
264 localeconv_r(&lconv); in php_sprintf_appenddouble()
266 lconv = localeconv(); in php_sprintf_appenddouble()
293 localeconv_r(&lconv); in php_sprintf_appenddouble()
295 lconv = localeconv(); in php_sprintf_appenddouble()
H A Dphp_string.h37 PHPAPI struct lconv *localeconv_r(struct lconv *out);
H A Dstring.c156 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()
171 *out = *cur->locinfo->lconv; in localeconv_r()
5341 struct lconv currlocdata;
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c116 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
151 struct lconv *lconv = NULL; in format_converter() local
615 if (!lconv) { in format_converter()
616 lconv = localeconv(); in format_converter()
671 if (!lconv) { in format_converter()
672 lconv = localeconv(); in format_converter()

Completed in 33 milliseconds