Searched refs:pdo_error (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/pdo/ |
H A D | php_pdo_driver.h | 687 …d pdo_throw_exception(unsigned int driver_errcode, char *driver_errmsg, pdo_error_type *pdo_error);
|
H A D | pdo_dbh.c | 38 …id pdo_throw_exception(unsigned int driver_errcode, char *driver_errmsg, pdo_error_type *pdo_error) in pdo_throw_exception() argument 46 add_next_index_string(&error_info, *pdo_error); in pdo_throw_exception() 50 …spprintf(&pdo_exception_message, 0,"SQLSTATE[%s] [%d] %s",*pdo_error, driver_errcode, driver_errms… in pdo_throw_exception()
|
Completed in 11 milliseconds