base_arg         1378 ext/gmp/gmp.c  	zval *base_arg;
base_arg         1383 ext/gmp/gmp.c  	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &base_arg, &exp) == FAILURE) {
base_arg         1392 ext/gmp/gmp.c  	if (Z_TYPE_P(base_arg) == IS_LONG && Z_LVAL_P(base_arg) >= 0) {
base_arg         1394 ext/gmp/gmp.c  		mpz_ui_pow_ui(gmpnum_result, Z_LVAL_P(base_arg), exp);
base_arg         1396 ext/gmp/gmp.c  		FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base);
base_arg         1408 ext/gmp/gmp.c  	zval *base_arg, *exp_arg, *mod_arg;
base_arg         1413 ext/gmp/gmp.c  	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){
base_arg         1417 ext/gmp/gmp.c  	FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base);