sxe_xmlNodeListGetString 1107 ext/simplexml/simplexml.c 					ZVAL_STRING(value, sxe_xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, attr->children, 1), 0);
sxe_xmlNodeListGetString 1127 ext/simplexml/simplexml.c 			ZVAL_STRING(value, sxe_xmlNodeListGetString(node->doc, node->children, 1), 0);
sxe_xmlNodeListGetString 1153 ext/simplexml/simplexml.c 						ZVAL_STRING(value, sxe_xmlNodeListGetString(node->doc, node, 1), 0);