Skip to content

Commit e6a445f

Browse files
committed
Fix test after making fetch args variadic
1 parent 32b0b47 commit e6a445f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ array(2) {
125125
}
126126
function "nothing" not found or invalid function name
127127
function "" not found or invalid function name
128-
PDOStatement::fetchAll(): Argument #2 ($arg2) must be a callable, null given
128+
PDOStatement::fetchAll(): Argument #2 must be a callable, null given
129129
no array or string given
130130
cannot access "self" when no class scope is active
131131
array(2) {

0 commit comments

Comments
 (0)