Home
last modified time | relevance | path

Searched refs:dom_node_text_content_write (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/dom/
H A Ddom_properties.h138 zend_result dom_node_text_content_write(dom_object *obj, zval *newval);
H A Dphp_dom.c854 …R(&dom_node_prop_handlers, "textContent", dom_node_text_content_read, dom_node_text_content_write); in PHP_MINIT_FUNCTION()
918 …entfragment_prop_handlers, "textContent", dom_node_text_content_read, dom_node_text_content_write); in PHP_MINIT_FUNCTION()
1055 …aracterdata_prop_handlers, "textContent", dom_node_text_content_read, dom_node_text_content_write); in PHP_MINIT_FUNCTION()
1085 …modern_attr_prop_handlers, "textContent", dom_node_text_content_read, dom_node_text_content_write); in PHP_MINIT_FUNCTION()
1126 …ern_element_prop_handlers, "textContent", dom_node_text_content_read, dom_node_text_content_write); in PHP_MINIT_FUNCTION()
H A Dnode.c704 zend_result dom_node_text_content_write(dom_object *obj, zval *newval) in dom_node_text_content_write() function

Completed in 21 milliseconds