Searched refs:exp_arg (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/gmp/ |
H A D | gmp.c | 1412 zval *base_arg, *exp_arg, *mod_arg; in ZEND_FUNCTION() local 1417 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ in ZEND_FUNCTION() 1423 if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) { in ZEND_FUNCTION() 1427 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base); in ZEND_FUNCTION() 1447 mpz_powm_ui(gmpnum_result, gmpnum_base, (zend_ulong) Z_LVAL_P(exp_arg), gmpnum_mod); in ZEND_FUNCTION()
|
Completed in 9 milliseconds