Searched refs:dom_abstract_base_document_prop_handlers (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/dom/ |
H A D | php_dom.c | 113 static HashTable dom_abstract_base_document_prop_handlers; variable 918 zend_hash_init(&dom_abstract_base_document_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION() 919 …DOM_REGISTER_PROP_HANDLER(&dom_abstract_base_document_prop_handlers, "implementation", dom_modern_… in PHP_MINIT_FUNCTION() 925 …DOM_REGISTER_PROP_HANDLER(&dom_abstract_base_document_prop_handlers, "doctype", dom_document_docty… in PHP_MINIT_FUNCTION() 926 …DOM_REGISTER_PROP_HANDLER(&dom_abstract_base_document_prop_handlers, "documentElement", dom_docume… in PHP_MINIT_FUNCTION() 929 …DOM_REGISTER_PROP_HANDLER(&dom_abstract_base_document_prop_handlers, "childElementCount", dom_pare… in PHP_MINIT_FUNCTION() 931 …DOM_REGISTER_PROP_HANDLER(&dom_abstract_base_document_prop_handlers, "head", dom_html_document_hea… in PHP_MINIT_FUNCTION() 933 …zend_hash_merge(&dom_abstract_base_document_prop_handlers, &dom_modern_node_prop_handlers, NULL, f… in PHP_MINIT_FUNCTION() 968 …_new_ptr(&classes, dom_html_document_class_entry->name, &dom_abstract_base_document_prop_handlers); in PHP_MINIT_FUNCTION() 978 …zend_hash_merge(&dom_xml_document_prop_handlers, &dom_abstract_base_document_prop_handlers, NULL, … in PHP_MINIT_FUNCTION() [all …]
|
Completed in 10 milliseconds