Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds