Searched refs:dom_object_handlers (Results 1 – 1 of 1) sorted by relevance
72 zend_object_handlers dom_object_handlers; variable113 return &dom_object_handlers; in dom_get_obj_handlers()597 memcpy(&dom_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()598 dom_object_handlers.offset = XtOffsetOf(dom_object, std); in PHP_MINIT_FUNCTION()599 dom_object_handlers.free_obj = dom_objects_free_storage; in PHP_MINIT_FUNCTION()600 dom_object_handlers.read_property = dom_read_property; in PHP_MINIT_FUNCTION()601 dom_object_handlers.write_property = dom_write_property; in PHP_MINIT_FUNCTION()602 dom_object_handlers.get_property_ptr_ptr = dom_get_property_ptr_ptr; in PHP_MINIT_FUNCTION()603 dom_object_handlers.clone_obj = dom_objects_store_clone_obj; in PHP_MINIT_FUNCTION()604 dom_object_handlers.has_property = dom_property_exists; in PHP_MINIT_FUNCTION()[all …]
Completed in 7 milliseconds