Home
last modified time | relevance | path

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

/php-src/ext/gmp/
H A Dgmp.c1302 zval *base_arg, *exp_arg, *mod_arg; in ZEND_FUNCTION() local
1307 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ in ZEND_FUNCTION()
1313 if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) { in ZEND_FUNCTION()
1317 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base, 2); in ZEND_FUNCTION()
1337 mpz_powm_ui(gmpnum_result, gmpnum_base, (zend_ulong) Z_LVAL_P(exp_arg), gmpnum_mod); in ZEND_FUNCTION()

Completed in 10 milliseconds