Searched refs:gmp_object_handlers (Results 1 – 1 of 1) sorted by relevance
82 static zend_object_handlers gmp_object_handlers; variable596 gmp_ce->default_object_handlers = &gmp_object_handlers; in ZEND_MINIT_FUNCTION()600 memcpy(&gmp_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in ZEND_MINIT_FUNCTION()601 gmp_object_handlers.offset = XtOffsetOf(gmp_object, std); in ZEND_MINIT_FUNCTION()602 gmp_object_handlers.free_obj = gmp_free_object_storage; in ZEND_MINIT_FUNCTION()603 gmp_object_handlers.cast_object = gmp_cast_object; in ZEND_MINIT_FUNCTION()604 gmp_object_handlers.get_debug_info = gmp_get_debug_info; in ZEND_MINIT_FUNCTION()605 gmp_object_handlers.clone_obj = gmp_clone_obj; in ZEND_MINIT_FUNCTION()606 gmp_object_handlers.do_operation = gmp_do_operation; in ZEND_MINIT_FUNCTION()607 gmp_object_handlers.compare = gmp_compare; in ZEND_MINIT_FUNCTION()
Completed in 8 milliseconds