Home
last modified time | relevance | path

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

/php-src/ext/gmp/
H A Dgmp.c1272 zval *base_arg; in ZEND_FUNCTION() local
1277 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &base_arg, &exp) == FAILURE) { in ZEND_FUNCTION()
1286 if (Z_TYPE_P(base_arg) == IS_LONG && Z_LVAL_P(base_arg) >= 0) { in ZEND_FUNCTION()
1288 mpz_ui_pow_ui(gmpnum_result, Z_LVAL_P(base_arg), exp); in ZEND_FUNCTION()
1291 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base, 1); in ZEND_FUNCTION()
1302 zval *base_arg, *exp_arg, *mod_arg; in ZEND_FUNCTION() local
1307 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ in ZEND_FUNCTION()
1311 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base, 1); in ZEND_FUNCTION()

Completed in 8 milliseconds