Searched refs:driver_errmsg (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/pdo/ |
H A D | php_pdo_driver.h | 687 PDO_API void pdo_throw_exception(unsigned int driver_errcode, char *driver_errmsg, pdo_error_type *…
|
H A D | pdo_dbh.c | 41 void pdo_throw_exception(unsigned int driver_errcode, char *driver_errmsg, pdo_error_type *pdo_erro… in pdo_throw_exception() argument 51 add_next_index_string(&error_info, driver_errmsg); in pdo_throw_exception() 53 …printf(&pdo_exception_message, 0,"SQLSTATE[%s] [%d] %s",*pdo_error, driver_errcode, driver_errmsg); in pdo_throw_exception()
|
Completed in 11 milliseconds