wholetext         108 ext/dom/text.c 	xmlChar *wholetext = NULL;
wholetext         124 ext/dom/text.c 		wholetext = xmlStrcat(wholetext, node->content);
wholetext         129 ext/dom/text.c 	if (wholetext != NULL) {
wholetext         130 ext/dom/text.c 		ZVAL_STRING(*retval, wholetext, 1);
wholetext         131 ext/dom/text.c 		xmlFree(wholetext);