Lines Matching refs:dom_object_handlers
96 static zend_object_handlers dom_object_handlers; variable
756 memcpy(&dom_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
757 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()
767 …memcpy(&dom_modern_domimplementation_object_handlers, &dom_object_handlers, sizeof(zend_object_han… in PHP_MINIT_FUNCTION()
772 memcpy(&dom_nnodemap_object_handlers, &dom_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
793 memcpy(&dom_object_namespace_node_handlers, &dom_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
798 memcpy(&dom_token_list_object_handlers, &dom_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
821 dom_domimplementation_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
829 dom_node_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
854 dom_modern_node_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
895 dom_documentfragment_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
906 dom_modern_documentfragment_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
917 dom_abstract_base_document_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
938 dom_document_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
967 dom_html_document_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
971 dom_xml_document_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1029 dom_characterdata_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1041 dom_modern_characterdata_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1055 dom_attr_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1068 dom_modern_attr_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1085 dom_element_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1102 dom_modern_element_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1127 dom_html_element_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1132 dom_text_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1141 dom_modern_text_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1150 dom_comment_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1155 dom_modern_comment_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1160 dom_cdatasection_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1165 dom_modern_cdatasection_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1170 dom_documenttype_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1184 dom_modern_documenttype_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1198 dom_notation_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1208 dom_modern_notation_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1218 dom_entity_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1232 dom_modern_entity_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1243 dom_entityreference_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1255 dom_modern_entityreference_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1267 dom_processinginstruction_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1277 dom_modern_processinginstruction_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1286 memcpy(&dom_xpath_object_handlers, &dom_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()