Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/
H A Dphp_dom.c64 zend_object_handlers dom_object_handlers; variable
508 clone->std.handlers = &dom_object_handlers; in dom_objects_store_clone_obj()
621 dom_object_handlers.offset = XtOffsetOf(dom_object, std); in PHP_MINIT_FUNCTION()
622 dom_object_handlers.free_obj = dom_objects_free_storage; in PHP_MINIT_FUNCTION()
623 dom_object_handlers.read_property = dom_read_property; in PHP_MINIT_FUNCTION()
624 dom_object_handlers.write_property = dom_write_property; in PHP_MINIT_FUNCTION()
625 dom_object_handlers.get_property_ptr_ptr = dom_get_property_ptr_ptr; in PHP_MINIT_FUNCTION()
626 dom_object_handlers.clone_obj = dom_objects_store_clone_obj; in PHP_MINIT_FUNCTION()
627 dom_object_handlers.has_property = dom_property_exists; in PHP_MINIT_FUNCTION()
628 dom_object_handlers.get_debug_info = dom_get_debug_info; in PHP_MINIT_FUNCTION()
[all …]

Completed in 17 milliseconds