Home
last modified time | relevance | path

Searched refs:pdo_throw_exception (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/pdo/
H A Dphp_pdo_driver.h701 PDO_API void pdo_throw_exception(unsigned int driver_errcode, char *driver_errmsg, pdo_error_type *…
H A Dpdo_dbh.c41 void pdo_throw_exception(unsigned int driver_errcode, char *driver_errmsg, pdo_error_type *pdo_erro… in pdo_throw_exception() function
/PHP-8.4/ext/pdo_sqlite/
H A Dsqlite_driver.c78 pdo_throw_exception(einfo->errcode, einfo->errmsg, pdo_err); in _pdo_sqlite_error()
/PHP-8.4/ext/pdo_mysql/
H A Dmysql_driver.c116 pdo_throw_exception(einfo->errcode, einfo->errmsg, pdo_err); in _pdo_mysql_error()
/PHP-8.4/ext/pdo_firebird/
H A Dfirebird_driver.c578 pdo_throw_exception(0, einfo->errmsg, error_code); in php_firebird_set_error()
/PHP-8.4/ext/pdo_pgsql/
H A Dpgsql_driver.c98 pdo_throw_exception(einfo->errcode, einfo->errmsg, pdo_err); in _pdo_pgsql_error()

Completed in 26 milliseconds