Home
last modified time | relevance | path

Searched refs:php_firebird_set_error (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h134 extern void php_firebird_set_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *state, const size_…
136 #define php_firebird_error(d) php_firebird_set_error(d, NULL, NULL, 0, NULL, 0)
137 #define php_firebird_error_stmt(s) php_firebird_set_error(s->dbh, s, NULL, 0, NULL, 0)
138 #define php_firebird_error_with_info(d,e,el,m,ml) php_firebird_set_error(d, NULL, e, el, m, ml)
139 #define php_firebird_error_stmt_with_info(s,e,el,m,ml) php_firebird_set_error(s->dbh, s, e, el, m, …
H A Dfirebird_driver.c524 void php_firebird_set_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *state, const size_t state… in php_firebird_set_error() function

Completed in 7 milliseconds