strval_len       1418 ext/simplexml/simplexml.c 	int                 strval_len;
strval_len       1466 ext/simplexml/simplexml.c 			xmlDocDumpMemoryEnc((xmlDocPtr) sxe->document->ptr, &strval, &strval_len, (const char *) ((xmlDocPtr) sxe->document->ptr)->encoding);
strval_len       1467 ext/simplexml/simplexml.c 			RETVAL_STRINGL((char *)strval, strval_len);