Home
last modified time | relevance | path

Searched refs:gmp_object_handlers (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/gmp/
H A Dgmp.c83 static zend_object_handlers gmp_object_handlers; variable
536 gmp_ce->default_object_handlers = &gmp_object_handlers; in ZEND_MINIT_FUNCTION()
540 memcpy(&gmp_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in ZEND_MINIT_FUNCTION()
541 gmp_object_handlers.offset = XtOffsetOf(gmp_object, std); in ZEND_MINIT_FUNCTION()
542 gmp_object_handlers.free_obj = gmp_free_object_storage; in ZEND_MINIT_FUNCTION()
543 gmp_object_handlers.cast_object = gmp_cast_object; in ZEND_MINIT_FUNCTION()
544 gmp_object_handlers.get_debug_info = gmp_get_debug_info; in ZEND_MINIT_FUNCTION()
545 gmp_object_handlers.clone_obj = gmp_clone_obj; in ZEND_MINIT_FUNCTION()
546 gmp_object_handlers.do_operation = gmp_do_operation; in ZEND_MINIT_FUNCTION()
547 gmp_object_handlers.compare = gmp_compare; in ZEND_MINIT_FUNCTION()

Completed in 10 milliseconds