Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c125 if (dbh->methods->fetch_err) { in pdo_handle_error()
130 if (dbh->methods->fetch_err(dbh, stmt, &info)) { in pdo_handle_error()
1024 if (dbh->methods->fetch_err) { in PHP_METHOD()
1025 dbh->methods->fetch_err(dbh, dbh->query_stmt, return_value); in PHP_METHOD()
H A Dphp_pdo_driver.h308 pdo_dbh_fetch_error_func fetch_err; member
H A Dpdo_stmt.c1678 if (stmt->dbh->methods->fetch_err) { in PHP_METHOD()
1679 stmt->dbh->methods->fetch_err(stmt->dbh, stmt, return_value); in PHP_METHOD()

Completed in 26 milliseconds