LCONV_DECIMAL_POINT  262 ext/standard/formatted_print.c 						(fmt == 'f')?LCONV_DECIMAL_POINT:'.',
LCONV_DECIMAL_POINT  289 ext/standard/formatted_print.c 			s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]);
LCONV_DECIMAL_POINT 1038 main/snprintf.c 						 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.',
LCONV_DECIMAL_POINT 1097 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  654 main/spprintf.c 						 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.',
LCONV_DECIMAL_POINT  712 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]);
LCONV_DECIMAL_POINT  631 sapi/phpdbg/phpdbg_out.c 						 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.',
LCONV_DECIMAL_POINT  686 sapi/phpdbg/phpdbg_out.c 					s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == 'G' || *fmt == 'H')?'E':'e', &num_buf[1]);