Searched refs:temp_base (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/gmp/ |
H A D | gmp.c | 1341 gmp_temp_t temp_base; in ZEND_FUNCTION() local 1365 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base, 1); in ZEND_FUNCTION() 1369 FREE_GMP_TEMP(temp_base); in ZEND_FUNCTION() 1374 FREE_GMP_TEMP(temp_base); in ZEND_FUNCTION() 1385 gmp_temp_t temp_base, temp_exp, temp_mod; in ZEND_FUNCTION() local 1391 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base, 1); in ZEND_FUNCTION() 1397 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base, 2); in ZEND_FUNCTION() 1400 FREE_GMP_TEMP(temp_base); in ZEND_FUNCTION() 1405 FETCH_GMP_ZVAL_DEP_DEP(gmpnum_mod, mod_arg, temp_mod, temp_exp, temp_base, 3); in ZEND_FUNCTION() 1409 FREE_GMP_TEMP(temp_base); in ZEND_FUNCTION() [all …]
|
Completed in 9 milliseconds