Searched refs:php_pdo_get_exception (Results 1 – 11 of 11) sorted by relevance
/PHP-7.2/ext/pdo/ |
H A D | pdo_dbh.c | 78 zend_class_entry *def_ex = php_pdo_get_exception_base(1), *pdo_ex = php_pdo_get_exception(); in pdo_raise_impl_error() 153 zend_class_entry *def_ex = php_pdo_get_exception_base(1), *pdo_ex = php_pdo_get_exception(); in pdo_handle_error() 230 zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source name"); in PHP_METHOD() 238 …zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source name (via INI: %s)", alt_… in PHP_METHOD() 247 zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source URI"); in PHP_METHOD() 252 zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source name (via URI)"); in PHP_METHOD() 262 zend_throw_exception_ex(php_pdo_get_exception(), 0, "could not find driver"); in PHP_METHOD() 580 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is already an active transaction"); in PHP_METHOD() 587 zend_throw_exception_ex(php_pdo_get_exception(), 0, "This driver doesn't support transactions"); in PHP_METHOD() 613 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD() [all …]
|
H A D | pdo.c | 65 PDO_API zend_class_entry *php_pdo_get_exception(void) /* {{{ */ in php_pdo_get_exception() function
|
H A D | php_pdo_driver.h | 682 PDO_API zend_class_entry *php_pdo_get_exception(void);
|
H A D | pdo_stmt.c | 2160 …zend_throw_exception_ex(php_pdo_get_exception(), 0, "You cannot serialize or unserialize PDOStatem… in PHP_METHOD() 2168 …zend_throw_exception_ex(php_pdo_get_exception(), 0, "You cannot serialize or unserialize PDOStatem… in PHP_METHOD() 2648 zend_throw_exception_ex(php_pdo_get_exception(), 0, "You may not create a PDORow manually"); in row_get_ctor()
|
/PHP-7.2/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 81 zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s] [%d] %s", in _pdo_sqlite_error() 806 zend_throw_exception_ex(php_pdo_get_exception(), 0, in pdo_sqlite_handle_factory()
|
/PHP-7.2/ext/pdo_dblib/ |
H A D | dblib_driver.c | 504 zend_throw_exception_ex(php_pdo_get_exception(), DBLIB_G(err).dberr, in pdo_dblib_handle_factory()
|
/PHP-7.2/ext/pdo_odbc/ |
H A D | odbc_driver.c | 107 zend_throw_exception_ex(php_pdo_get_exception(), einfo->last_error, "SQLSTATE[%s] %s: %d %s", in pdo_odbc_error()
|
/PHP-7.2/ext/pdo_firebird/ |
H A D | firebird_driver.c | 667 zend_throw_exception_ex(php_pdo_get_exception(), H->isc_status[1], "SQLSTATE[%s] [%d] %s", in pdo_firebird_handle_factory()
|
/PHP-7.2/ext/pdo_oci/ |
H A D | oci_driver.c | 185 …zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s]: %s", *pdo_err, ein… in _oci_error()
|
/PHP-7.2/ext/pdo_mysql/ |
H A D | mysql_driver.c | 108 zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s] [%d] %s", in _pdo_mysql_error()
|
/PHP-7.2/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 108 zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s] [%d] %s", in _pdo_pgsql_error()
|
Completed in 52 milliseconds