base_arg 1420 ext/gmp/gmp.c zval *base_arg; base_arg 1425 ext/gmp/gmp.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &base_arg, &exp) == FAILURE) { base_arg 1434 ext/gmp/gmp.c if (Z_TYPE_P(base_arg) == IS_LONG && Z_LVAL_P(base_arg) >= 0) { base_arg 1436 ext/gmp/gmp.c mpz_ui_pow_ui(gmpnum_result, Z_LVAL_P(base_arg), exp); base_arg 1438 ext/gmp/gmp.c FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base); base_arg 1450 ext/gmp/gmp.c zval *base_arg, *exp_arg, *mod_arg; base_arg 1455 ext/gmp/gmp.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ base_arg 1459 ext/gmp/gmp.c FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base);