Searched refs:gmp_object_handlers (Results 1 – 1 of 1) sorted by relevance
224 static zend_object_handlers gmp_object_handlers; variable391 intern->std.handlers = &gmp_object_handlers; in gmp_create_object_ex()656 memcpy(&gmp_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in ZEND_MINIT_FUNCTION()657 gmp_object_handlers.offset = XtOffsetOf(gmp_object, std); in ZEND_MINIT_FUNCTION()658 gmp_object_handlers.free_obj = gmp_free_object_storage; in ZEND_MINIT_FUNCTION()659 gmp_object_handlers.cast_object = gmp_cast_object; in ZEND_MINIT_FUNCTION()660 gmp_object_handlers.get_debug_info = gmp_get_debug_info; in ZEND_MINIT_FUNCTION()661 gmp_object_handlers.clone_obj = gmp_clone_obj; in ZEND_MINIT_FUNCTION()662 gmp_object_handlers.do_operation = gmp_do_operation; in ZEND_MINIT_FUNCTION()663 gmp_object_handlers.compare = gmp_compare; in ZEND_MINIT_FUNCTION()
Completed in 8 milliseconds