Skip to content

Commit 71722f2

Browse files
committed
I will use my brain properly next time
1 parent eb22d78 commit 71722f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite/sqlite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ PHP_FUNCTION(sqlite_query)
860860

861861
if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET,
862862
ZEND_NUM_ARGS() TSRMLS_CC, "sr", &sql, &sql_len, &zdb) &&
863-
FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &sql, &sql_len, &zdb)) {
863+
FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &zdb, &sql, &sql_len)) {
864864
return;
865865
}
866866

0 commit comments

Comments
 (0)