LCONV_DECIMAL_POINT  265 ext/standard/formatted_print.c 						(fmt == 'f')?LCONV_DECIMAL_POINT:'.',
LCONV_DECIMAL_POINT  292 ext/standard/formatted_print.c 			s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]);
LCONV_DECIMAL_POINT 1020 main/snprintf.c 						 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.',
LCONV_DECIMAL_POINT 1079 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  630 main/spprintf.c 						 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.',
LCONV_DECIMAL_POINT  688 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]);