ora_msg_buf 3076 ext/oci8/oci8.c text ora_msg_buf[PHP_OCI_ERRBUF_LEN]; /* Use traditional smaller size: non-PL/SQL errors should fit and it keeps the stack smaller */ ora_msg_buf 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 ora_msg_buf 3085 ext/oci8/oci8.c && *ora_msg_buf) { ora_msg_buf 3086 ext/oci8/oci8.c php_error_docref(NULL, E_WARNING, "%s", ora_msg_buf);