Home
last modified time | relevance | path

Searched refs:pdo_throw_exception (Results 1 – 5 of 5) 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() function
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c79 pdo_throw_exception(einfo->errcode, einfo->errmsg, pdo_err); in _pdo_sqlite_error()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c110 pdo_throw_exception(einfo->errcode, einfo->errmsg, pdo_err); in _pdo_mysql_error()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c99 pdo_throw_exception(einfo->errcode, einfo->errmsg, pdo_err); in _pdo_pgsql_error()

Completed in 22 milliseconds