Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dphp_dom.c72 static HashTable dom_document_prop_handlers; variable
689 zend_hash_init(&dom_document_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
690 …dom_register_prop_handler(&dom_document_prop_handlers, "doctype", sizeof("doctype")-1, dom_documen… in PHP_MINIT_FUNCTION()
691 …dom_register_prop_handler(&dom_document_prop_handlers, "implementation", sizeof("implementation")-… in PHP_MINIT_FUNCTION()
693 …dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", sizeof("actualEncoding")-… in PHP_MINIT_FUNCTION()
695 …dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", sizeof("xmlEncoding")-1, dom… in PHP_MINIT_FUNCTION()
698 …dom_register_prop_handler(&dom_document_prop_handlers, "version", sizeof("version")-1, dom_documen… in PHP_MINIT_FUNCTION()
702 …dom_register_prop_handler(&dom_document_prop_handlers, "config", sizeof("config")-1, dom_document_… in PHP_MINIT_FUNCTION()
714 zend_hash_merge(&dom_document_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); in PHP_MINIT_FUNCTION()
715 zend_hash_add_ptr(&classes, dom_document_class_entry->name, &dom_document_prop_handlers); in PHP_MINIT_FUNCTION()
[all …]

Completed in 12 milliseconds