Home
last modified time | relevance | path

Searched refs:wholetext (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/dom/
H A Dtext.c100 xmlChar *wholetext = NULL; in dom_text_whole_text_read() local
116 wholetext = xmlStrcat(wholetext, node->content); in dom_text_whole_text_read()
120 if (wholetext != NULL) { in dom_text_whole_text_read()
121 ZVAL_STRING(retval, (char *) wholetext); in dom_text_whole_text_read()
122 xmlFree(wholetext); in dom_text_whole_text_read()
/PHP-7.4/ext/dom/tests/
H A Dbug41374.phpt2 Bug #41374 (wholetext concats values of wrong nodes)

Completed in 6 milliseconds