retenv           3039 ext/oci8/oci8.c 	OCIEnv *retenv = NULL;
retenv           3042 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&retenv, OCI_G(events) ? PHP_OCI_INIT_MODE | OCI_EVENTS : PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, charsetid, charsetid));
retenv           3053 ext/oci8/oci8.c 		if (retenv
retenv           3054 ext/oci8/oci8.c 			&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
retenv           3061 ext/oci8/oci8.c 	return retenv;