From ac4f3422bca61537a7db8015764a158515a7e0e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Sun, 21 Nov 2010 12:28:10 +0000 Subject: [PATCH] - Improve test --- ext/reflection/tests/bug52854.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/reflection/tests/bug52854.phpt b/ext/reflection/tests/bug52854.phpt index 94f79d858b..255522de5d 100644 --- a/ext/reflection/tests/bug52854.phpt +++ b/ext/reflection/tests/bug52854.phpt @@ -17,12 +17,12 @@ try { } ?> --EXPECTF-- -object(Test)#2 (0) { +object(Test)#%d (0) { } -object(Test)#2 (0) { +object(Test)#%d (0) { } -object(Test)#2 (0) { +object(Test)#%d (0) { } -object(Test)#2 (0) { +object(Test)#%d (0) { } Class Test does not have a constructor, so you cannot pass any constructor arguments -- 2.40.0