Searched refs:_firebird_error (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/ext/pdo_firebird/ |
| H A D | firebird_driver.c | 42 void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, long line TSRMLS_DC) /* {{{ */ function 97 #define RECORD_ERROR(dbh) _firebird_error(dbh, NULL, __FILE__, __LINE__ TSRMLS_CC)
|
| H A D | firebird_statement.c | 35 #define RECORD_ERROR(stmt) _firebird_error(NULL, stmt, __FILE__, __LINE__ TSRMLS_CC)
|
| H A D | php_pdo_firebird_int.h | 133 void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, long line TSRMLS_DC);
|
Completed in 5 milliseconds