exponent_is_negative  447 main/snprintf.c 		bool_int exponent_is_negative;
exponent_is_negative  452 main/snprintf.c 			p = ap_php_conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, &temp[EXPONENT_LENGTH], &t_len);
exponent_is_negative  453 main/snprintf.c 			*s++ = exponent_is_negative ? '-' : '+';