Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dspprintf.c95 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
97 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
639 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in xbuf_format_converter()
695 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in xbuf_format_converter()
H A Dsnprintf.c40 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
42 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
1031 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in format_converter()
1088 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in format_converter()
/PHP-7.4/ext/standard/
H A Dformatted_print.c29 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
31 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
271 (fmt == 'f')?LCONV_DECIMAL_POINT:'.', in php_sprintf_appenddouble()
296 s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]); in php_sprintf_appenddouble()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c118 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
623 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in format_converter()
677 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in format_converter()

Completed in 23 milliseconds