Commit 3053a039ffe for php.net
commit 3053a039ffed34412a1d44784d7ea595f794f058
Author: Michael Orlitzky <michael@orlitzky.com>
Date: Sat Jan 24 06:38:45 2026 -0500
ext/dba/tests/dba_db4_018.phpt: fix typo (#20938)
We expect "objects" but print "object".
Gentoo-bug: https://bugs.gentoo.org/968656
diff --git a/ext/dba/tests/dba_db4_018.phpt b/ext/dba/tests/dba_db4_018.phpt
index bfe476aae0d..11c441fb4bf 100644
--- a/ext/dba/tests/dba_db4_018.phpt
+++ b/ext/dba/tests/dba_db4_018.phpt
@@ -28,7 +28,7 @@
if ($db_file1 === $db_file2) {
echo "objects are the same\n";
} else {
- echo "object are different\n";
+ echo "objects are different\n";
}