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.c103 static HashTable dom_document_prop_handlers; variable
855 zend_hash_init(&dom_document_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
856 DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "doctype", dom_document_doctype_read, NULL); in PHP_MINIT_FUNCTION()
857 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "implementation", dom_document_implementati… in PHP_MINIT_FUNCTION()
858 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "documentElement", dom_document_document_el… in PHP_MINIT_FUNCTION()
859 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_rea… in PHP_MINIT_FUNCTION()
861 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, … in PHP_MINIT_FUNCTION()
868 DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "config", dom_document_config_read, NULL); in PHP_MINIT_FUNCTION()
879 zend_hash_merge(&dom_document_prop_handlers, &dom_node_prop_handlers, NULL, false); in PHP_MINIT_FUNCTION()
880 zend_hash_add_new_ptr(&classes, dom_document_class_entry->name, &dom_document_prop_handlers); in PHP_MINIT_FUNCTION()
[all …]

Completed in 12 milliseconds