diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-14 10:40:20 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-14 10:40:20 +0200 |
| commit | 964f66942c190715fa7c6fe280ace0f4b9fcbd9d (patch) | |
| tree | eb4b27eb665340627ab6b820fec453ea3c817df2 /ext/pdo_sqlite/tests | |
| parent | befe10fd21c82e82d8621558b7998424ab6d2c6d (diff) | |
| download | php-git-964f66942c190715fa7c6fe280ace0f4b9fcbd9d.tar.gz | |
Fix test after is_callable change
Diffstat (limited to 'ext/pdo_sqlite/tests')
| -rw-r--r-- | ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt b/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt index 2d0dfc3e5d..4600b7935b 100644 --- a/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt +++ b/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt @@ -112,7 +112,7 @@ Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: no array or s Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error in %s on line %d bool(false) -Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: class PDOStatement does not have a method "foo" in %s on line %d +Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: cannot access "self" when no class scope is active in %s on line %d Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error in %s on line %d bool(false) |
