Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom.c112 static HashTable dom_xml_document_prop_handlers; variable
972 zend_hash_init(&dom_xml_document_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
973 …DOM_REGISTER_PROP_HANDLER(&dom_xml_document_prop_handlers, "xmlEncoding", dom_document_encoding_re… in PHP_MINIT_FUNCTION()
974 …DOM_REGISTER_PROP_HANDLER(&dom_xml_document_prop_handlers, "xmlStandalone", dom_document_standalon… in PHP_MINIT_FUNCTION()
975 …DOM_REGISTER_PROP_HANDLER(&dom_xml_document_prop_handlers, "xmlVersion", dom_document_version_read… in PHP_MINIT_FUNCTION()
976 …DOM_REGISTER_PROP_HANDLER(&dom_xml_document_prop_handlers, "formatOutput", dom_document_format_out… in PHP_MINIT_FUNCTION()
978 …zend_hash_merge(&dom_xml_document_prop_handlers, &dom_abstract_base_document_prop_handlers, NULL, … in PHP_MINIT_FUNCTION()
979 …nd_hash_add_new_ptr(&classes, dom_xml_document_class_entry->name, &dom_xml_document_prop_handlers); in PHP_MINIT_FUNCTION()
1357 zend_hash_destroy(&dom_xml_document_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 11 milliseconds