Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds