Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dphp_dom.c67 zend_object_handlers dom_xpath_object_handlers; variable
846 memcpy(&dom_xpath_object_handlers, &dom_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
847 dom_xpath_object_handlers.offset = XtOffsetOf(dom_xpath_object, dom) + XtOffsetOf(dom_object, std); in PHP_MINIT_FUNCTION()
848 dom_xpath_object_handlers.free_obj = dom_xpath_objects_free_storage; in PHP_MINIT_FUNCTION()
852 dom_xpath_class_entry->default_object_handlers = &dom_xpath_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 10 milliseconds