temp_base        1422 ext/gmp/gmp.c  	gmp_temp_t temp_base;
temp_base        1438 ext/gmp/gmp.c  		FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base);
temp_base        1441 ext/gmp/gmp.c  		FREE_GMP_TEMP(temp_base);
temp_base        1453 ext/gmp/gmp.c  	gmp_temp_t temp_base, temp_exp, temp_mod;
temp_base        1459 ext/gmp/gmp.c  	FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base);
temp_base        1465 ext/gmp/gmp.c  		FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base);
temp_base        1468 ext/gmp/gmp.c  			FREE_GMP_TEMP(temp_base);
temp_base        1473 ext/gmp/gmp.c  	FETCH_GMP_ZVAL_DEP_DEP(gmpnum_mod, mod_arg, temp_mod, temp_exp, temp_base);
temp_base        1477 ext/gmp/gmp.c  		FREE_GMP_TEMP(temp_base);
temp_base        1491 ext/gmp/gmp.c  	FREE_GMP_TEMP(temp_base);