Home
last modified time | relevance | path

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

/PHP-8.4/ext/dom/
H A Dphp_dom.c111 static HashTable dom_document_prop_handlers; variable
944 zend_hash_init(&dom_document_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
945 DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "doctype", dom_document_doctype_read, NULL); in PHP_MINIT_FUNCTION()
946 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "implementation", dom_document_implementati… in PHP_MINIT_FUNCTION()
947 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "documentElement", dom_document_document_el… in PHP_MINIT_FUNCTION()
948 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "actualEncoding", dom_document_actual_encod… in PHP_MINIT_FUNCTION()
950 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, … in PHP_MINIT_FUNCTION()
957 DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "config", dom_document_config_read, NULL); in PHP_MINIT_FUNCTION()
968 zend_hash_merge(&dom_document_prop_handlers, &dom_node_prop_handlers, NULL, false); in PHP_MINIT_FUNCTION()
969 zend_hash_add_new_ptr(&classes, dom_document_class_entry->name, &dom_document_prop_handlers); in PHP_MINIT_FUNCTION()
[all …]

Completed in 16 milliseconds