Home
last modified time | relevance | path

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

/PHP-8.3/ext/xmlwriter/
H A Dphp_xmlwriter.c47 static zend_object_handlers xmlwriter_object_handlers; variable
930 memcpy(&xmlwriter_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
931 xmlwriter_object_handlers.offset = XtOffsetOf(ze_xmlwriter_object, std); in PHP_MINIT_FUNCTION()
932 xmlwriter_object_handlers.dtor_obj = xmlwriter_object_dtor; in PHP_MINIT_FUNCTION()
933 xmlwriter_object_handlers.free_obj = xmlwriter_object_free_storage; in PHP_MINIT_FUNCTION()
934 xmlwriter_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
937 xmlwriter_class_entry_ce->default_object_handlers = &xmlwriter_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 6 milliseconds