Home
last modified time | relevance | path

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

/php-src/ext/gmp/
H A Dgmp.c1302 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()
1325 FETCH_GMP_ZVAL_DEP_DEP(gmpnum_mod, mod_arg, temp_mod, temp_exp, temp_base, 3); in ZEND_FUNCTION()

Completed in 22 milliseconds