Home
last modified time | relevance | path

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

/PHP-5.5/ext/gmp/
H A Dgmp.c978 mpz_t *gmpnum_tmp; local
986 FETCH_GMP_ZVAL(gmpnum_tmp, a_arg, temp_a); /* no need to free this since it's IS_RESOURCE */
987 if (mpz_sgn(*gmpnum_tmp) < 0) {

Completed in 7 milliseconds