php_dom_element_class_functions 37 ext/dom/dom_fe.h extern const zend_function_entry php_dom_element_class_functions[]; php_dom_element_class_functions 129 ext/dom/element.c const zend_function_entry php_dom_element_class_functions[] = { /* {{{ */ php_dom_element_class_functions 744 ext/dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMElement", dom_node_class_entry, php_dom_element_class_functions, dom_element_class_entry);