s_tmp             556 Zend/zend_exceptions.c 			char *s_tmp = emalloc(MAX_LENGTH_OF_DOUBLE + EG(precision) + 1);
s_tmp             557 Zend/zend_exceptions.c 			int l_tmp = zend_sprintf(s_tmp, "%.*G", (int) EG(precision), dval);  /* SAFE */
s_tmp             558 Zend/zend_exceptions.c 			smart_str_appendl(str, s_tmp, l_tmp);
s_tmp             560 Zend/zend_exceptions.c 			efree(s_tmp);
s_tmp             138 ext/reflection/php_reflection.c 	char *s_tmp;
s_tmp             141 ext/reflection/php_reflection.c 	len = zend_vspprintf(&s_tmp, 0, format, arg);
s_tmp             150 ext/reflection/php_reflection.c 		memcpy(ZSTR_VAL(str->buf) + ZSTR_LEN(str->buf), s_tmp, len + 1);
s_tmp             153 ext/reflection/php_reflection.c 	efree(s_tmp);