Searched refs:base_arg (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/gmp/ |
H A D | gmp.c | 1007 zval **base_arg; local 1013 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Zl", &base_arg, &exp) == FAILURE) { 1017 if (Z_TYPE_PP(base_arg) == IS_LONG && Z_LVAL_PP(base_arg) >= 0) { 1020 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base); 1030 mpz_ui_pow_ui(*gmpnum_result, Z_LVAL_PP(base_arg), exp); 1043 zval **base_arg, **exp_arg, **mod_arg; local 1048 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZZ", &base_arg, &exp_arg, &mod_arg) == FAIL… 1052 FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base);
|
Completed in 13 milliseconds