strval_len       1366 ext/simplexml/simplexml.c 	int                 strval_len;
strval_len       1414 ext/simplexml/simplexml.c 			xmlDocDumpMemoryEnc((xmlDocPtr) sxe->document->ptr, &strval, &strval_len, ((xmlDocPtr) sxe->document->ptr)->encoding);
strval_len       1415 ext/simplexml/simplexml.c 			RETVAL_STRINGL((char *)strval, strval_len, 1);