temp_base        1380 ext/gmp/gmp.c  	gmp_temp_t temp_base;
temp_base        1396 ext/gmp/gmp.c  		FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base);
temp_base        1399 ext/gmp/gmp.c  		FREE_GMP_TEMP(temp_base);
temp_base        1411 ext/gmp/gmp.c  	gmp_temp_t temp_base, temp_exp, temp_mod;
temp_base        1417 ext/gmp/gmp.c  	FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base);
temp_base        1423 ext/gmp/gmp.c  		FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base);
temp_base        1426 ext/gmp/gmp.c  			FREE_GMP_TEMP(temp_base);
temp_base        1431 ext/gmp/gmp.c  	FETCH_GMP_ZVAL_DEP_DEP(gmpnum_mod, mod_arg, temp_mod, temp_exp, temp_base);
temp_base        1435 ext/gmp/gmp.c  		FREE_GMP_TEMP(temp_base);
temp_base        1449 ext/gmp/gmp.c  	FREE_GMP_TEMP(temp_base);