Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo_oci/
H A Doci_driver.c208 oci_drv_error("OCIServerDetach"); in oci_handle_closer()
321 H->last_err = oci_drv_error("OCIStmtPrepare"); in oci_handle_doer()
342 H->last_err = oci_drv_error("OCIStmtExecute"); in oci_handle_doer()
483 oci_drv_error("Unsupported attribute type"); in oci_handle_set_attribute()
504 oci_drv_error("Unsupported attribute type"); in oci_handle_set_attribute()
525 oci_drv_error("Unsupported attribute type"); in oci_handle_set_attribute()
546 oci_drv_error("Unsupported attribute type"); in oci_handle_set_attribute()
567 oci_drv_error("Unsupported attribute type"); in oci_handle_set_attribute()
654 oci_drv_error("Unsupported attribute type"); in oci_handle_get_attribute()
778 oci_drv_error("pdo_oci_handle_factory"); in pdo_oci_handle_factory()
[all …]
H A Dphp_pdo_oci_int.h89 #define oci_drv_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, FALSE, __FILE__, __LINE__) macro

Completed in 12 milliseconds