Searched refs:dom_xml_document_prop_handlers (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/dom/ |
H A D | php_dom.c | 112 static HashTable dom_xml_document_prop_handlers; variable 977 zend_hash_init(&dom_xml_document_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION() 978 …DOM_REGISTER_PROP_HANDLER(&dom_xml_document_prop_handlers, "xmlEncoding", dom_document_encoding_re… in PHP_MINIT_FUNCTION() 979 …DOM_REGISTER_PROP_HANDLER(&dom_xml_document_prop_handlers, "xmlStandalone", dom_document_standalon… in PHP_MINIT_FUNCTION() 980 …DOM_REGISTER_PROP_HANDLER(&dom_xml_document_prop_handlers, "xmlVersion", dom_document_version_read… in PHP_MINIT_FUNCTION() 981 …DOM_REGISTER_PROP_HANDLER(&dom_xml_document_prop_handlers, "formatOutput", dom_document_format_out… in PHP_MINIT_FUNCTION() 983 …zend_hash_merge(&dom_xml_document_prop_handlers, &dom_abstract_base_document_prop_handlers, NULL, … in PHP_MINIT_FUNCTION() 984 …nd_hash_add_new_ptr(&classes, dom_xml_document_class_entry->name, &dom_xml_document_prop_handlers); in PHP_MINIT_FUNCTION() 1361 zend_hash_destroy(&dom_xml_document_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()
|
Completed in 24 milliseconds