Searched refs:dom_object_handlers (Results 1 – 1 of 1) sorted by relevance
96 static zend_object_handlers dom_object_handlers; variable757 dom_object_handlers.offset = XtOffsetOf(dom_object, std); in PHP_MINIT_FUNCTION()758 dom_object_handlers.free_obj = dom_objects_free_storage; in PHP_MINIT_FUNCTION()759 dom_object_handlers.read_property = dom_read_property; in PHP_MINIT_FUNCTION()760 dom_object_handlers.write_property = dom_write_property; in PHP_MINIT_FUNCTION()761 dom_object_handlers.get_property_ptr_ptr = dom_get_property_ptr_ptr; in PHP_MINIT_FUNCTION()762 dom_object_handlers.unset_property = dom_unset_property; in PHP_MINIT_FUNCTION()763 dom_object_handlers.clone_obj = dom_objects_store_clone_obj; in PHP_MINIT_FUNCTION()764 dom_object_handlers.has_property = dom_property_exists; in PHP_MINIT_FUNCTION()765 dom_object_handlers.get_debug_info = dom_get_debug_info; in PHP_MINIT_FUNCTION()[all …]
Completed in 18 milliseconds