Searched refs:ora_msg_buf (Results 1 – 1 of 1) sorted by relevance
2210 …text ora_msg_buf[PHP_OCI_ERRBUF_LEN]; /* Use traditional smaller size: non-PL/SQL errors should … in php_oci_create_env() local2218 …&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)O… in php_oci_create_env()2219 && *ora_msg_buf) { in php_oci_create_env()2220 php_error_docref(NULL, E_WARNING, "%s", ora_msg_buf); in php_oci_create_env()
Completed in 9 milliseconds