Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds