From 6be14c6636d08e0ffafea0613eb6004894cd6f6d Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sat, 9 Aug 2003 19:19:14 +0000 Subject: [PATCH] Fix test so it matches the new error message. --- tests/lang/bug24658.phpt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/lang/bug24658.phpt b/tests/lang/bug24658.phpt index ff4d7caba3..89d5cc15fb 100644 --- a/tests/lang/bug24658.phpt +++ b/tests/lang/bug24658.phpt @@ -43,5 +43,7 @@ object(foo)#%d (0) { } int(1) int(2) +object(foo)#%d (0) { +} -Fatal error: Argument 1 must be an instance of foo in %s on line %d +Fatal error: Argument 1 must be an object of class foo in %s on line %d -- 2.40.0