Searched refs:dom_document_prop_handlers (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/dom/ |
H A D | php_dom.c | 85 static HashTable dom_document_prop_handlers; variable 681 zend_hash_init(&dom_document_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION() 682 dom_register_prop_handler(&dom_document_prop_handlers, "doctype", dom_document_doctype_read, NULL); in PHP_MINIT_FUNCTION() 683 …dom_register_prop_handler(&dom_document_prop_handlers, "implementation", dom_document_implementati… in PHP_MINIT_FUNCTION() 684 …dom_register_prop_handler(&dom_document_prop_handlers, "documentElement", dom_document_document_el… in PHP_MINIT_FUNCTION() 685 …dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_rea… in PHP_MINIT_FUNCTION() 687 …dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, … in PHP_MINIT_FUNCTION() 694 dom_register_prop_handler(&dom_document_prop_handlers, "config", dom_document_config_read, NULL); in PHP_MINIT_FUNCTION() 702 zend_hash_merge(&dom_document_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); in PHP_MINIT_FUNCTION() 703 zend_hash_add_ptr(&classes, ce.name, &dom_document_prop_handlers); in PHP_MINIT_FUNCTION() [all …]
|
Completed in 9 milliseconds