Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/
H A Dphp_dom.c74 static HashTable dom_document_prop_handlers; variable
722 zend_hash_init(&dom_document_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
723 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "implementation", dom_document_implementati… in PHP_MINIT_FUNCTION()
724 …DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_rea… in PHP_MINIT_FUNCTION()
725 DOM_REGISTER_PROP_HANDLER(&dom_document_prop_handlers, "config", dom_document_config_read, NULL); in PHP_MINIT_FUNCTION()
726 register_nondeprecated_xml_props(&dom_document_prop_handlers); in PHP_MINIT_FUNCTION()
728 …zend_hash_merge(&dom_document_prop_handlers, &dom_abstract_base_document_prop_handlers, NULL, fals… in PHP_MINIT_FUNCTION()
729 zend_hash_add_new_ptr(&classes, dom_document_class_entry->name, &dom_document_prop_handlers); in PHP_MINIT_FUNCTION()
922 zend_hash_destroy(&dom_document_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 13 milliseconds