Skip to content

Commit abc9252

Browse files
committed
Update tests
1 parent 3af29f1 commit abc9252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/pdo_mysql/tests/pdo_mysql_subclass.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $db->exec('DROP TABLE IF EXISTS test');
7979
--EXPECTF--
8080
__construct('%S', '%S', %s)
8181

82-
Deprecated: Use of "parent" in callables is deprecated in %s on line %d
82+
Deprecated: Callables of the form ["C1", "C2::method"] are deprecated in %s on line %d
8383
exec('DROP TABLE IF EXISTS test')
8484
exec('CREATE TABLE test(id INT)')
8585
exec('INSERT INTO test(id) VALUES (1), (2)')

ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ PDOStatement::fetchAll(): Argument #2 must be a callable, null given
127127
no array or string given
128128
cannot access "self" when no class scope is active
129129

130-
Deprecated: Use of "parent" in callables is deprecated in %s on line %d
130+
Deprecated: Callables of the form ["C1", "C2::method"] are deprecated in %s on line %d
131131
array(2) {
132132
[0]=>
133133
string(9) "--- 1 ---"

0 commit comments

Comments
 (0)