Home
last modified time | relevance | path

Searched refs:last_app_error (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_statement.c208 H->last_app_error = "Cannot fetch from a closed cursor"; in firebird_stmt_fetch()
320 H->last_app_error = "Couldn't determine BLOB size"; in firebird_fetch_blob()
361 H->last_app_error = "Error reading from BLOB"; in firebird_fetch_blob()
555 S->H->last_app_error = "Invalid parameter index"; in firebird_stmt_param_hook()
581 S->H->last_app_error = "Invalid parameter name"; in firebird_stmt_param_hook()
632 S->H->last_app_error = "Cannot bind to array field"; in firebird_stmt_param_hook()
640 S->H->last_app_error = "Parameter requires non-null value"; in firebird_stmt_param_hook()
689 S->H->last_app_error = "Cannot convert string to boolean"; in firebird_stmt_param_hook()
701 S->H->last_app_error = "Binding arrays/objects is not supported"; in firebird_stmt_param_hook()
752 S->H->last_app_error = "Parameter requires non-null value"; in firebird_stmt_param_hook()
[all …]
H A Dphp_pdo_firebird_int.h74 char const *last_app_error; member
H A Dfirebird_driver.c849 H->last_app_error = "Cannot enable auto-commit while a transaction is already open"; in firebird_handle_set_attribute()
1005 } else if (H->last_app_error) { in pdo_firebird_fetch_error_func()
1007 add_next_index_string(info, const_cast(H->last_app_error)); in pdo_firebird_fetch_error_func()

Completed in 15 milliseconds