dom_document_prop_handlers 85 ext/dom/php_dom.c static HashTable dom_document_prop_handlers; dom_document_prop_handlers 681 ext/dom/php_dom.c zend_hash_init(&dom_document_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); dom_document_prop_handlers 682 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "doctype", dom_document_doctype_read, NULL); dom_document_prop_handlers 683 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "implementation", dom_document_implementation_read, NULL); dom_document_prop_handlers 684 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "documentElement", dom_document_document_element_read, NULL); dom_document_prop_handlers 685 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_read, NULL); dom_document_prop_handlers 686 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "encoding", dom_document_encoding_read, dom_document_encoding_write); dom_document_prop_handlers 687 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, NULL); dom_document_prop_handlers 688 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "standalone", dom_document_standalone_read, dom_document_standalone_write); dom_document_prop_handlers 689 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "xmlStandalone", dom_document_standalone_read, dom_document_standalone_write); dom_document_prop_handlers 690 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "version", dom_document_version_read, dom_document_version_write); dom_document_prop_handlers 691 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "xmlVersion", dom_document_version_read, dom_document_version_write); dom_document_prop_handlers 692 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "strictErrorChecking", dom_document_strict_error_checking_read, dom_document_strict_error_checking_write); dom_document_prop_handlers 693 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "documentURI", dom_document_document_uri_read, dom_document_document_uri_write); dom_document_prop_handlers 694 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "config", dom_document_config_read, NULL); dom_document_prop_handlers 695 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "formatOutput", dom_document_format_output_read, dom_document_format_output_write); dom_document_prop_handlers 696 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "validateOnParse", dom_document_validate_on_parse_read, dom_document_validate_on_parse_write); dom_document_prop_handlers 697 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "resolveExternals", dom_document_resolve_externals_read, dom_document_resolve_externals_write); dom_document_prop_handlers 698 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "preserveWhiteSpace", dom_document_preserve_whitespace_read, dom_document_preserve_whitespace_write); dom_document_prop_handlers 699 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "recover", dom_document_recover_read, dom_document_recover_write); dom_document_prop_handlers 700 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "substituteEntities", dom_document_substitue_entities_read, dom_document_substitue_entities_write); dom_document_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_document_prop_handlers 703 ext/dom/php_dom.c zend_hash_add_ptr(&classes, ce.name, &dom_document_prop_handlers); dom_document_prop_handlers 941 ext/dom/php_dom.c zend_hash_destroy(&dom_document_prop_handlers);