We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919fa4e commit 3b088d5Copy full SHA for 3b088d5
ext/gmp/gmp.c
@@ -1361,7 +1361,6 @@ ZEND_FUNCTION(gmp_pow)
1361
mpz_ui_pow_ui(gmpnum_result, Z_LVAL_P(base_arg), exp);
1362
} else {
1363
mpz_ptr gmpnum_base;
1364
- zend_ulong gmpnum;
1365
FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base, 1);
1366
INIT_GMP_RETVAL(gmpnum_result);
1367
if ((mpz_sizeinbase(gmpnum_base, 16) / 2.0 * exp) > powmax) {
0 commit comments