Home
last modified time | relevance | path

Searched refs:dom_document_prop_handlers (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/dom/
H A Dphp_dom.c111 static HashTable dom_document_prop_handlers; variable
939 zend_hash_init(&dom_document_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
940 DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "doctype", dom_document_doctype_read, NULL); in PHP_MINIT_FUNCTION()
941 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "implementation", dom_document_implementati… in PHP_MINIT_FUNCTION()
942 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "documentElement", dom_document_document_el… in PHP_MINIT_FUNCTION()
943 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "actualEncoding", dom_document_actual_encod… in PHP_MINIT_FUNCTION()
945 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, … in PHP_MINIT_FUNCTION()
952 DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "config", dom_document_config_read, NULL); in PHP_MINIT_FUNCTION()
963 zend_hash_merge(&dom_document_prop_handlers, &dom_node_prop_handlers, NULL, false); in PHP_MINIT_FUNCTION()
964 zend_hash_add_new_ptr(&classes, dom_document_class_entry->name, &dom_document_prop_handlers); in PHP_MINIT_FUNCTION()
[all …]

Completed in 14 milliseconds