Home
last modified time | relevance | path

Searched refs:php_pdo_get_exception (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c45 object_init_ex(&pdo_exception, php_pdo_get_exception()); in pdo_throw_exception()
56 php_pdo_get_exception(), in pdo_throw_exception()
104 zend_class_entry *def_ex = php_pdo_get_exception_base(1), *pdo_ex = php_pdo_get_exception(); in pdo_raise_impl_error()
179 zend_class_entry *def_ex = php_pdo_get_exception_base(1), *pdo_ex = php_pdo_get_exception(); in pdo_handle_error()
256 zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source name"); in PHP_METHOD()
273 zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source URI"); in PHP_METHOD()
278 zend_throw_exception_ex(php_pdo_get_exception(), 0, "invalid data source name (via URI)"); in PHP_METHOD()
288 zend_throw_exception_ex(php_pdo_get_exception(), 0, "could not find driver"); in PHP_METHOD()
597 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is already an active transaction"); in PHP_METHOD()
630 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD()
[all …]
H A Dpdo.c60 PDO_API zend_class_entry *php_pdo_get_exception(void) /* {{{ */ in php_pdo_get_exception() function
H A Dphp_pdo_driver.h683 PDO_API zend_class_entry *php_pdo_get_exception(void);
H A Dpdo_stmt.c2609 zend_throw_exception_ex(php_pdo_get_exception(), 0, "You may not create a PDORow manually"); in row_get_ctor()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c601 zend_throw_exception_ex(php_pdo_get_exception(), DBLIB_G(err).dberr, in pdo_dblib_handle_factory()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c105 zend_throw_exception_ex(php_pdo_get_exception(), einfo->last_error, "SQLSTATE[%s] %s: %d %s", in pdo_odbc_error()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c703 zend_throw_exception_ex(php_pdo_get_exception(), H->isc_status[1], "SQLSTATE[%s] [%d] %s", in pdo_firebird_handle_factory()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c815 zend_throw_exception_ex(php_pdo_get_exception(), 0, in pdo_sqlite_handle_factory()
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c183 …zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s]: %s", *pdo_err, ein… in _oci_error()

Completed in 35 milliseconds