Searched refs:_firebird_error (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/pdo_firebird/ |
H A D | php_pdo_firebird_int.h | 128 void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, zend_long line);
|
H A D | firebird_driver.c | 463 void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, zend_long line) /* {{{ */ in _firebird_error() function 471 #define RECORD_ERROR(dbh) _firebird_error(dbh, NULL, __FILE__, __LINE__)
|
H A D | firebird_statement.c | 31 #define RECORD_ERROR(stmt) _firebird_error(NULL, stmt, __FILE__, __LINE__)
|
Completed in 9 milliseconds