LCONV_DECIMAL_POINT 254 ext/standard/formatted_print.c (fmt == 'f')?LCONV_DECIMAL_POINT:'.', LCONV_DECIMAL_POINT 277 ext/standard/formatted_print.c s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]); LCONV_DECIMAL_POINT 994 main/snprintf.c (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', LCONV_DECIMAL_POINT 1049 main/snprintf.c s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == 'G' || *fmt == 'H')?'E':'e', &num_buf[1]); LCONV_DECIMAL_POINT 590 main/spprintf.c (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', LCONV_DECIMAL_POINT 644 main/spprintf.c s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == 'G' || *fmt == 'H')?'E':'e', &num_buf[1]);