LCONV_DECIMAL_POINT 252 ext/standard/formatted_print.c (fmt == 'f')?LCONV_DECIMAL_POINT:'.', LCONV_DECIMAL_POINT 275 ext/standard/formatted_print.c s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]); LCONV_DECIMAL_POINT 1007 main/snprintf.c (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', LCONV_DECIMAL_POINT 1062 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 617 main/spprintf.c (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', LCONV_DECIMAL_POINT 671 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]);