Home
last modified time | relevance | path

Searched refs:LCONV_DECIMAL_POINT (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/main/
H A Dspprintf.c91 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
93 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
615 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in xbuf_format_converter()
671 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in xbuf_format_converter()
H A Dsnprintf.c35 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
37 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
1006 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in format_converter()
1063 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in format_converter()
/PHP-8.0/ext/standard/
H A Dformatted_print.c27 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
29 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
269 (fmt == 'f')?LCONV_DECIMAL_POINT:'.', in php_sprintf_appenddouble()
297 decimal_point = LCONV_DECIMAL_POINT; in php_sprintf_appenddouble()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c116 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
621 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in format_converter()
675 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in format_converter()

Completed in 28 milliseconds