dom_node_prop_handlers 86 ext/dom/php_dom.c static HashTable dom_node_prop_handlers; dom_node_prop_handlers 645 ext/dom/php_dom.c zend_hash_init(&dom_node_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); dom_node_prop_handlers 646 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", dom_node_node_name_read, NULL); dom_node_prop_handlers 647 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "nodeValue", dom_node_node_value_read, dom_node_node_value_write); dom_node_prop_handlers 648 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", dom_node_node_type_read, NULL); dom_node_prop_handlers 649 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "parentNode", dom_node_parent_node_read, NULL); dom_node_prop_handlers 650 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "childNodes", dom_node_child_nodes_read, NULL); dom_node_prop_handlers 651 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "firstChild", dom_node_first_child_read, NULL); dom_node_prop_handlers 652 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "lastChild", dom_node_last_child_read, NULL); dom_node_prop_handlers 653 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "previousSibling", dom_node_previous_sibling_read, NULL); dom_node_prop_handlers 654 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "nextSibling", dom_node_next_sibling_read, NULL); dom_node_prop_handlers 655 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "attributes", dom_node_attributes_read, NULL); dom_node_prop_handlers 656 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "ownerDocument", dom_node_owner_document_read, NULL); dom_node_prop_handlers 657 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "namespaceURI", dom_node_namespace_uri_read, NULL); dom_node_prop_handlers 658 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "prefix", dom_node_prefix_read, dom_node_prefix_write); dom_node_prop_handlers 659 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "localName", dom_node_local_name_read, NULL); dom_node_prop_handlers 660 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", dom_node_base_uri_read, NULL); dom_node_prop_handlers 661 ext/dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "textContent", dom_node_text_content_read, dom_node_text_content_write); dom_node_prop_handlers 662 ext/dom/php_dom.c zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); dom_node_prop_handlers 678 ext/dom/php_dom.c zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); dom_node_prop_handlers 702 ext/dom/php_dom.c zend_hash_merge(&dom_document_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); dom_node_prop_handlers 730 ext/dom/php_dom.c zend_hash_merge(&dom_characterdata_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); dom_node_prop_handlers 741 ext/dom/php_dom.c zend_hash_merge(&dom_attr_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); dom_node_prop_handlers 749 ext/dom/php_dom.c zend_hash_merge(&dom_element_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); dom_node_prop_handlers 805 ext/dom/php_dom.c zend_hash_merge(&dom_documenttype_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); dom_node_prop_handlers 813 ext/dom/php_dom.c zend_hash_merge(&dom_notation_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); dom_node_prop_handlers 825 ext/dom/php_dom.c zend_hash_merge(&dom_entity_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); dom_node_prop_handlers 829 ext/dom/php_dom.c zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); dom_node_prop_handlers 836 ext/dom/php_dom.c zend_hash_merge(&dom_processinginstruction_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); dom_node_prop_handlers 942 ext/dom/php_dom.c zend_hash_destroy(&dom_node_prop_handlers);