php_dom_text_class_functions   38 ext/dom/dom_fe.h extern const zend_function_entry php_dom_text_class_functions[];
php_dom_text_class_functions  752 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMText", dom_characterdata_class_entry, php_dom_text_class_functions, dom_text_class_entry);
php_dom_text_class_functions   55 ext/dom/text.c const zend_function_entry php_dom_text_class_functions[] = {