sxe_xmlNodeListGetString 1163 ext/simplexml/simplexml.c 					ZVAL_STR(&value, sxe_xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, attr->children, 1));
sxe_xmlNodeListGetString 1181 ext/simplexml/simplexml.c 			ZVAL_STR(&value, sxe_xmlNodeListGetString(node->doc, node->children, 1));
sxe_xmlNodeListGetString 1206 ext/simplexml/simplexml.c 						ZVAL_STR(&value, sxe_xmlNodeListGetString(node->doc, node, 1));