Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
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
49 add_next_index_long(&error_info, driver_errcode); in pdo_throw_exception()
52 …spprintf(&pdo_exception_message, 0,"SQLSTATE[%s] [%d] %s",*pdo_error, driver_errcode, driver_errms… in pdo_throw_exception()
54 …e_property_long(php_pdo_get_exception(), &pdo_exception, "code", sizeof("code")-1, driver_errcode); in pdo_throw_exception()
H A Dphp_pdo_driver.h697 PDO_API void pdo_throw_exception(unsigned int driver_errcode, char *driver_errmsg, pdo_error_type *…

Completed in 9 milliseconds