Searched refs:wholetext (Results 1 – 2 of 2) sorted by relevance
72 xmlChar *wholetext = NULL; in dom_text_whole_text_read() local88 wholetext = xmlStrcat(wholetext, node->content); in dom_text_whole_text_read()92 if (wholetext != NULL) { in dom_text_whole_text_read()93 ZVAL_STRING(retval, (char *) wholetext); in dom_text_whole_text_read()94 xmlFree(wholetext); in dom_text_whole_text_read()
2 Bug #41374 (wholetext concats values of wrong nodes)
Completed in 7 milliseconds