Searched refs:sxe_object_handlers (Results 1 – 1 of 1) sorted by relevance
2033 static zend_object_handlers sxe_object_handlers = { /* {{{ */ variable2190 intern->zo.handlers = &sxe_object_handlers; in php_sxe_object_new()2735 sxe_object_handlers.offset = XtOffsetOf(php_sxe_object, zo); in PHP_MINIT_FUNCTION()2736 sxe_object_handlers.dtor_obj = sxe_object_dtor; in PHP_MINIT_FUNCTION()2737 sxe_object_handlers.free_obj = sxe_object_free_storage; in PHP_MINIT_FUNCTION()2738 sxe_object_handlers.clone_obj = sxe_object_clone; in PHP_MINIT_FUNCTION()2739 sxe_object_handlers.get_method = zend_get_std_object_handlers()->get_method; in PHP_MINIT_FUNCTION()2740 sxe_object_handlers.get_constructor = zend_get_std_object_handlers()->get_constructor; in PHP_MINIT_FUNCTION()2741 sxe_object_handlers.get_class_name = zend_get_std_object_handlers()->get_class_name; in PHP_MINIT_FUNCTION()
Completed in 10 milliseconds