Home
last modified time | relevance | path

Searched refs:temp_exp (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/gmp/
H A Dgmp.c1305 gmp_temp_t temp_base, temp_exp, temp_mod; in ZEND_FUNCTION() local
1315 temp_exp.is_used = 0; in ZEND_FUNCTION()
1317 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base, 2); in ZEND_FUNCTION()
1321 FREE_GMP_TEMP(temp_exp); in ZEND_FUNCTION()
1325 FETCH_GMP_ZVAL_DEP_DEP(gmpnum_mod, mod_arg, temp_mod, temp_exp, temp_base, 3); in ZEND_FUNCTION()
1330 FREE_GMP_TEMP(temp_exp); in ZEND_FUNCTION()
1340 FREE_GMP_TEMP(temp_exp); in ZEND_FUNCTION()

Completed in 22 milliseconds