Home
last modified time | relevance | path

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

/PHP-8.4/main/
H A Dspprintf.c93 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
95 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
598 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in xbuf_format_converter()
654 …s = zend_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == … in xbuf_format_converter()
H A Dsnprintf.c37 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
39 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
887 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in format_converter()
944 …s = zend_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == … in format_converter()
/PHP-8.4/ext/standard/
H A Dformatted_print.c24 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
26 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
266 (fmt == 'f')?LCONV_DECIMAL_POINT:'.', in php_sprintf_appenddouble()
294 decimal_point = LCONV_DECIMAL_POINT; in php_sprintf_appenddouble()

Completed in 17 milliseconds