Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dentityreference.c98 return dom_node_text_content_read(obj, retval); in dom_entity_reference_text_content_read()
H A Ddom_properties.h139 zend_result dom_node_text_content_read(dom_object *obj, zval *retval);
H A Dphp_dom.c849 …DOM_REGISTER_PROP_HANDLER(&dom_node_prop_handlers, "textContent", dom_node_text_content_read, dom_… in PHP_MINIT_FUNCTION()
871 …STER_PROP_HANDLER(&dom_modern_node_prop_handlers, "textContent", dom_node_text_content_read, NULL); in PHP_MINIT_FUNCTION()
913 …LER(&dom_modern_documentfragment_prop_handlers, "textContent", dom_node_text_content_read, dom_nod… in PHP_MINIT_FUNCTION()
1050 …ANDLER(&dom_modern_characterdata_prop_handlers, "textContent", dom_node_text_content_read, dom_nod… in PHP_MINIT_FUNCTION()
1080 …TE_PROP_HANDLER(&dom_modern_attr_prop_handlers, "textContent", dom_node_text_content_read, dom_nod… in PHP_MINIT_FUNCTION()
1122 …PROP_HANDLER(&dom_modern_element_prop_handlers, "textContent", dom_node_text_content_read, dom_nod… in PHP_MINIT_FUNCTION()
H A Dnode.c691 zend_result dom_node_text_content_read(dom_object *obj, zval *retval) in dom_node_text_content_read() function

Completed in 38 milliseconds