Home
last modified time | relevance | path

Searched refs:ora_msg_buf (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/oci8/
H A Doci8.c2920 …text ora_msg_buf[OCI_ERROR_MAXMSG_SIZE]; /* Use traditional smaller size: non-PL/SQL errors shou… in php_oci_create_env() local
2928 …&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub… in php_oci_create_env()
2929 && *ora_msg_buf) { in php_oci_create_env()
2930 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ora_msg_buf); in php_oci_create_env()

Completed in 12 milliseconds