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 f1ad18a commit 2ac03c2Copy full SHA for 2ac03c2
ext/src/Cassandra/Rows.c
@@ -42,7 +42,7 @@ php_cassandra_rows_create(cassandra_rows *current, zval *result TSRMLS_DC) {
42
}
43
44
object_init_ex(result, cassandra_rows_ce);
45
- rows = PHP_CASSANDRA_GET_ROWS(PHP5TO7_ZVAL_MAYBE_P(result));
+ rows = PHP_CASSANDRA_GET_ROWS(result);
46
47
PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(rows->rows),
48
PHP5TO7_ZVAL_MAYBE_P(current->next_rows));
0 commit comments