gmp_object_handlers  216 ext/gmp/gmp.c  static zend_object_handlers gmp_object_handlers;
gmp_object_handlers  407 ext/gmp/gmp.c  	retval.handlers = &gmp_object_handlers;
gmp_object_handlers  695 ext/gmp/gmp.c  	memcpy(&gmp_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
gmp_object_handlers  696 ext/gmp/gmp.c  	gmp_object_handlers.cast_object = gmp_cast_object;
gmp_object_handlers  697 ext/gmp/gmp.c  	gmp_object_handlers.get_debug_info = gmp_get_debug_info;
gmp_object_handlers  698 ext/gmp/gmp.c  	gmp_object_handlers.clone_obj = gmp_clone_obj;
gmp_object_handlers  699 ext/gmp/gmp.c  	gmp_object_handlers.do_operation = gmp_do_operation;
gmp_object_handlers  700 ext/gmp/gmp.c  	gmp_object_handlers.compare = gmp_compare;