We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eae6d1 commit e14f9f4Copy full SHA for e14f9f4
ext/sqlite3/php_sqlite3_structs.h
@@ -94,12 +94,12 @@ struct _php_sqlite3_result_object {
94
php_sqlite3_db_object *db_obj;
95
php_sqlite3_stmt *stmt_obj;
96
97
+ int is_prepared_statement;
98
/* Cache of column names to speed up repeated fetchArray(SQLITE3_ASSOC) calls.
99
* Cache is cleared on reset() and finalize() calls. */
100
int column_count;
101
zend_string **column_names;
102
- int is_prepared_statement;
103
zend_object zo;
104
};
105
0 commit comments