Searched refs:temp_exp (Results 1 – 1 of 1) sorted by relevance
1415 gmp_temp_t temp_base, temp_exp, temp_mod; in ZEND_FUNCTION() local1425 temp_exp.is_used = 0; in ZEND_FUNCTION()1427 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base); in ZEND_FUNCTION()1431 FREE_GMP_TEMP(temp_exp); in ZEND_FUNCTION()1435 FETCH_GMP_ZVAL_DEP_DEP(gmpnum_mod, mod_arg, temp_mod, temp_exp, temp_base); in ZEND_FUNCTION()1440 FREE_GMP_TEMP(temp_exp); in ZEND_FUNCTION()1450 FREE_GMP_TEMP(temp_exp); in ZEND_FUNCTION()
Completed in 8 milliseconds