last_app_error    486 ext/pdo_firebird/firebird_driver.c 							H->last_app_error = "Cannot enable auto-commit while a transaction is already open";
last_app_error    626 ext/pdo_firebird/firebird_driver.c 	} else if (H->last_app_error) {
last_app_error    628 ext/pdo_firebird/firebird_driver.c 		add_next_index_string(info, const_cast(H->last_app_error));
last_app_error    163 ext/pdo_firebird/firebird_statement.c 		H->last_app_error = "Cannot fetch from a closed cursor";
last_app_error    250 ext/pdo_firebird/firebird_statement.c 			H->last_app_error = "Couldn't determine BLOB size";
last_app_error    283 ext/pdo_firebird/firebird_statement.c 			H->last_app_error = "Error reading from BLOB";
last_app_error    462 ext/pdo_firebird/firebird_statement.c 		S->H->last_app_error = "Invalid parameter index";
last_app_error    488 ext/pdo_firebird/firebird_statement.c 				S->H->last_app_error = "Invalid parameter name";
last_app_error    542 ext/pdo_firebird/firebird_statement.c 					S->H->last_app_error = "Cannot bind to array field";
last_app_error    591 ext/pdo_firebird/firebird_statement.c 						S->H->last_app_error = "Parameter requires non-null value";
last_app_error    598 ext/pdo_firebird/firebird_statement.c 					S->H->last_app_error = "Binding arrays/objects is not supported";
last_app_error     76 ext/pdo_firebird/php_pdo_firebird_int.h 	char const *last_app_error;