Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8.c2985 …text ora_msg_buf[PHP_OCI_ERRBUF_LEN]; /* Use traditional smaller size: non-PL/SQL errors should … in php_oci_create_env() local
2993 …&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)O… in php_oci_create_env()
2994 && *ora_msg_buf) { in php_oci_create_env()
2995 php_error_docref(NULL, E_WARNING, "%s", ora_msg_buf); in php_oci_create_env()

Completed in 18 milliseconds