GET_GMP_FROM_ZVAL  288 ext/gmp/gmp.c  	gmpnumber = GET_GMP_FROM_ZVAL(zval);                          \
GET_GMP_FROM_ZVAL  304 ext/gmp/gmp.c  	gmpnumber = GET_GMP_FROM_ZVAL(zval);                          \
GET_GMP_FROM_ZVAL  319 ext/gmp/gmp.c  	gmpnumber = GET_GMP_FROM_ZVAL(zval);                          \
GET_GMP_FROM_ZVAL  415 ext/gmp/gmp.c  		gmpnum = GET_GMP_FROM_ZVAL(readobj);
GET_GMP_FROM_ZVAL  419 ext/gmp/gmp.c  		gmpnum = GET_GMP_FROM_ZVAL(readobj);
GET_GMP_FROM_ZVAL  423 ext/gmp/gmp.c  		gmpnum = GET_GMP_FROM_ZVAL(readobj);
GET_GMP_FROM_ZVAL  435 ext/gmp/gmp.c  	mpz_ptr gmpnum = GET_GMP_FROM_ZVAL(obj);
GET_GMP_FROM_ZVAL  561 ext/gmp/gmp.c  	mpz_ptr gmpnum = GET_GMP_FROM_ZVAL(object);
GET_GMP_FROM_ZVAL 1171 ext/gmp/gmp.c  		RETVAL_LONG(mpz_get_si(GET_GMP_FROM_ZVAL(gmpnumber_arg)));
GET_GMP_FROM_ZVAL 1358 ext/gmp/gmp.c  		mpz_ptr gmpnum_tmp = GET_GMP_FROM_ZVAL(a_arg);
GET_GMP_FROM_ZVAL 1956 ext/gmp/gmp.c  	gmpnum_a = GET_GMP_FROM_ZVAL(a_arg);
GET_GMP_FROM_ZVAL 1983 ext/gmp/gmp.c  	gmpnum_a = GET_GMP_FROM_ZVAL(a_arg);