Skip to content

Commit 964f669

Browse files
committed
Fix test after is_callable change
1 parent befe10f commit 964f669

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
@@ -112,7 +112,7 @@ Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: no array or s
112112
Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error in %s on line %d
113113
bool(false)
114114

115-
Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: class PDOStatement does not have a method "foo" in %s on line %d
115+
Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: cannot access "self" when no class scope is active in %s on line %d
116116

117117
Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error in %s on line %d
118118
bool(false)

0 commit comments

Comments
 (0)