Home
last modified time | relevance | path

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

/PHP-7.4/ext/gmp/
H A Dgmp.c1412 zval *base_arg; in ZEND_FUNCTION() local
1417 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &base_arg, &exp) == FAILURE) { in ZEND_FUNCTION()
1426 if (Z_TYPE_P(base_arg) == IS_LONG && Z_LVAL_P(base_arg) >= 0) { in ZEND_FUNCTION()
1428 mpz_ui_pow_ui(gmpnum_result, Z_LVAL_P(base_arg), exp); in ZEND_FUNCTION()
1431 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base); in ZEND_FUNCTION()
1443 zval *base_arg, *exp_arg, *mod_arg; in ZEND_FUNCTION() local
1448 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ in ZEND_FUNCTION()
1452 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base); in ZEND_FUNCTION()

Completed in 15 milliseconds