Home
last modified time | relevance | path

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

/PHP-7.3/ext/gmp/
H A Dgmp.c1431 zval *base_arg; in ZEND_FUNCTION() local
1436 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &base_arg, &exp) == FAILURE) { in ZEND_FUNCTION()
1445 if (Z_TYPE_P(base_arg) == IS_LONG && Z_LVAL_P(base_arg) >= 0) { in ZEND_FUNCTION()
1447 mpz_ui_pow_ui(gmpnum_result, Z_LVAL_P(base_arg), exp); in ZEND_FUNCTION()
1450 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base); in ZEND_FUNCTION()
1462 zval *base_arg, *exp_arg, *mod_arg; in ZEND_FUNCTION() local
1467 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ in ZEND_FUNCTION()
1471 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base); in ZEND_FUNCTION()

Completed in 13 milliseconds