Searched refs:php_pdo_get_exception (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/pdo/ |
H A D | pdo_dbh.c | 43 object_init_ex(&pdo_exception, php_pdo_get_exception()); in pdo_throw_exception() 54 php_pdo_get_exception(), in pdo_throw_exception() 102 zend_class_entry *pdo_ex = php_pdo_get_exception(); in pdo_raise_impl_error() 179 zend_class_entry *pdo_ex = php_pdo_get_exception(); in pdo_handle_error() 255 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source name"); in PHP_METHOD() 272 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source URI"); in PHP_METHOD() 277 zend_argument_error(php_pdo_get_exception(), 1, "must be a valid data source name (via URI)"); in PHP_METHOD() 287 zend_throw_exception_ex(php_pdo_get_exception(), 0, "could not find driver"); in PHP_METHOD() 603 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is already an active transaction"); in PHP_METHOD() 633 zend_throw_exception_ex(php_pdo_get_exception(), 0, "There is no active transaction"); in PHP_METHOD() [all …]
|
H A D | pdo.c | 59 PDO_API zend_class_entry *php_pdo_get_exception(void) /* {{{ */ in php_pdo_get_exception() function
|
H A D | php_pdo_driver.h | 670 PDO_API zend_class_entry *php_pdo_get_exception(void);
|
H A D | pdo_stmt.c | 2450 zend_throw_exception_ex(php_pdo_get_exception(), 0, "You may not create a PDORow manually"); in row_get_ctor()
|
/PHP-8.1/ext/pdo_dblib/ |
H A D | dblib_driver.c | 618 zend_throw_exception_ex(php_pdo_get_exception(), DBLIB_G(err).dberr, in pdo_dblib_handle_factory()
|
/PHP-8.1/ext/pdo_odbc/ |
H A D | odbc_driver.c | 101 zend_throw_exception_ex(php_pdo_get_exception(), einfo->last_error, "SQLSTATE[%s] %s: %d %s", in pdo_odbc_error()
|
/PHP-8.1/ext/pdo_firebird/ |
H A D | firebird_driver.c | 1104 zend_throw_exception_ex(php_pdo_get_exception(), H->isc_status[1], "SQLSTATE[%s] [%ld] %s", in pdo_firebird_handle_factory()
|
/PHP-8.1/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 818 zend_throw_exception_ex(php_pdo_get_exception(), 0, in pdo_sqlite_handle_factory()
|
/PHP-8.1/ext/pdo_oci/ |
H A D | oci_driver.c | 179 …zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s]: %s", *pdo_err, ein… in _oci_error()
|
Completed in 34 milliseconds