retenv           3069 ext/oci8/oci8.c 	OCIEnv *retenv = NULL;
retenv           3072 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           3083 ext/oci8/oci8.c 		if (retenv
retenv           3084 ext/oci8/oci8.c 			&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
retenv           3091 ext/oci8/oci8.c 	return retenv;