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