diff options
| author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-10-09 23:02:14 +0200 |
|---|---|---|
| committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-10-12 18:05:35 +0200 |
| commit | eef994d6211ae96b108caccd77669336f4ec46e8 (patch) | |
| tree | 4d40e2c25364e8698d10fd9396098ef6976af491 /ext/pdo_sqlite/tests | |
| parent | 6edad1716da48ac4765089d8603a4178b852afd8 (diff) | |
| download | php-git-eef994d6211ae96b108caccd77669336f4ec46e8.tar.gz | |
Improve parameter names in ext/pdo_sqlite
Closes GH-6310
Diffstat (limited to 'ext/pdo_sqlite/tests')
| -rw-r--r-- | ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt b/ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt index 5660288af3..a906e8e52d 100644 --- a/ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt +++ b/ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt @@ -20,5 +20,5 @@ try { ?> --EXPECT-- -PDO::sqliteCreateAggregate(): Argument #2 ($step_func) must be a valid callback, function "a" not found or invalid function name -PDO::sqliteCreateAggregate(): Argument #3 ($finalize_func) must be a valid callback, function "" not found or invalid function name +PDO::sqliteCreateAggregate(): Argument #2 ($step) must be a valid callback, function "a" not found or invalid function name +PDO::sqliteCreateAggregate(): Argument #3 ($finalize) must be a valid callback, function "" not found or invalid function name |
