wholetext         104 ext/dom/text.c 	xmlChar *wholetext = NULL;
wholetext         120 ext/dom/text.c 		wholetext = xmlStrcat(wholetext, node->content);
wholetext         124 ext/dom/text.c 	if (wholetext != NULL) {
wholetext         125 ext/dom/text.c 		ZVAL_STRING(retval, (char *) wholetext);
wholetext         126 ext/dom/text.c 		xmlFree(wholetext);