php_oci_fetch_errmsg 1646 ext/oci8/oci8.c 			errcode = php_oci_fetch_errmsg(err_p, errbuf, sizeof(errbuf));
php_oci_fetch_errmsg 1657 ext/oci8/oci8.c 			errcode = php_oci_fetch_errmsg(err_p, errbuf, sizeof(errbuf));
php_oci_fetch_errmsg 1665 ext/oci8/oci8.c 			errcode = php_oci_fetch_errmsg(err_p, errbuf, sizeof(errbuf));
php_oci_fetch_errmsg 1685 ext/oci8/oci8_interface.c 	errcode = php_oci_fetch_errmsg(errh, errbuf, sizeof(errbuf));
php_oci_fetch_errmsg  422 ext/oci8/php_oci8_int.h sb4 php_oci_fetch_errmsg(OCIError *error_handle, text *error_buf, size_t error_buf_size);