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