gmp_ce            223 ext/gmp/gmp.c  zend_class_entry *gmp_ce;
gmp_ce            252 ext/gmp/gmp.c  	(Z_TYPE_P(zval) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zval), gmp_ce))
gmp_ce            406 ext/gmp/gmp.c  	ZVAL_OBJ(target, gmp_create_object_ex(gmp_ce, gmpnum_target));
gmp_ce            646 ext/gmp/gmp.c  	gmp_ce = zend_register_internal_class(&tmp_ce);
gmp_ce            647 ext/gmp/gmp.c  	gmp_ce->create_object = gmp_create_object;
gmp_ce            648 ext/gmp/gmp.c  	gmp_ce->serialize = gmp_serialize;
gmp_ce            649 ext/gmp/gmp.c  	gmp_ce->unserialize = gmp_unserialize;
gmp_ce           1947 ext/gmp/gmp.c  	if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol|b", &a_arg, gmp_ce, &index, &set) == FAILURE) {
gmp_ce           1974 ext/gmp/gmp.c  	if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &a_arg, gmp_ce, &index) == FAILURE){