Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h697 …d pdo_throw_exception(unsigned int driver_errcode, char *driver_errmsg, pdo_error_type *pdo_error);
H A Dpdo_dbh.c40 …id pdo_throw_exception(unsigned int driver_errcode, char *driver_errmsg, pdo_error_type *pdo_error) in pdo_throw_exception() argument
48 add_next_index_string(&error_info, *pdo_error); in pdo_throw_exception()
52 …spprintf(&pdo_exception_message, 0,"SQLSTATE[%s] [%d] %s",*pdo_error, driver_errcode, driver_errms… in pdo_throw_exception()

Completed in 10 milliseconds