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