Skip to content

Commit 99e2c27

Browse files
committed
fixup! Deprecation calling dba_fetch() with $dba at the 3rd parameter
1 parent 85235ba commit 99e2c27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/dba/tests/dba_fetch_legacy_signature.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ cleanup_standard_db($db_name);
2727
?>
2828
--EXPECTF--
2929
Using handler: "%s"
30-
Deprecated: Calling %s() with $dba at the 3rd parameter is deprecated in %s on line %d
31-
3230
This is a test insert
33-
Deprecated: Calling %s() with $dba at the 3rd parameter is deprecated in %s on line %d
3431

32+
Deprecated: Calling dba_fetch() with $dba at the 3rd parameter is deprecated in %s on line %d
3533
This is a test insert
34+
35+
Deprecated: Calling dba_fetch() with $dba at the 3rd parameter is deprecated in %s on line %d

0 commit comments

Comments
 (0)