Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dphp_dom.c81 static HashTable dom_document_prop_handlers; variable
737 zend_hash_init(&dom_document_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
738 …dom_register_prop_handler(&dom_document_prop_handlers, "doctype", dom_document_doctype_read, NULL … in PHP_MINIT_FUNCTION()
739 …dom_register_prop_handler(&dom_document_prop_handlers, "implementation", dom_document_implementati… in PHP_MINIT_FUNCTION()
740 …dom_register_prop_handler(&dom_document_prop_handlers, "documentElement", dom_document_document_el… in PHP_MINIT_FUNCTION()
741 …dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_rea… in PHP_MINIT_FUNCTION()
743 …dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, … in PHP_MINIT_FUNCTION()
750 …dom_register_prop_handler(&dom_document_prop_handlers, "config", dom_document_config_read, NULL TS… in PHP_MINIT_FUNCTION()
758 …zend_hash_merge(&dom_document_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_… in PHP_MINIT_FUNCTION()
759 …h_add(&classes, ce.name, ce.name_length + 1, &dom_document_prop_handlers, sizeof(dom_document_prop… in PHP_MINIT_FUNCTION()
[all …]

Completed in 9 milliseconds