temp_exp         1411 ext/gmp/gmp.c  	gmp_temp_t temp_base, temp_exp, temp_mod;
temp_exp         1421 ext/gmp/gmp.c  		temp_exp.is_used = 0;
temp_exp         1423 ext/gmp/gmp.c  		FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base);
temp_exp         1427 ext/gmp/gmp.c  			FREE_GMP_TEMP(temp_exp);
temp_exp         1431 ext/gmp/gmp.c  	FETCH_GMP_ZVAL_DEP_DEP(gmpnum_mod, mod_arg, temp_mod, temp_exp, temp_base);
temp_exp         1436 ext/gmp/gmp.c  		FREE_GMP_TEMP(temp_exp);
temp_exp         1446 ext/gmp/gmp.c  		FREE_GMP_TEMP(temp_exp);