From 53990b2bf3a188e4bf76ac728a910e3b9de7596f Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 28 Apr 2009 10:30:56 +0000 Subject: [PATCH] fix test --- tests/classes/inheritance_007.phpt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/classes/inheritance_007.phpt b/tests/classes/inheritance_007.phpt index df6b96a550..b37ff1b420 100644 --- a/tests/classes/inheritance_007.phpt +++ b/tests/classes/inheritance_007.phpt @@ -1,5 +1,5 @@ --TEST-- -Ensure inherited old-style constructor doesn't block other methods. +Ensure inherited old-style constructor doesn't block other methods --FILE-- b(); array(2) { [0]=> &object(ReflectionMethod)#%d (2) { - [%u|b%"name"]=> - %string|unicode%(1) "B" - [%u|b%"class"]=> - %string|unicode%(1) "B" + ["name"]=> + string(1) "B" + ["class"]=> + string(1) "B" } [1]=> &object(ReflectionMethod)#%d (2) { - [%u|b%"name"]=> - %string|unicode%(1) "A" - [%u|b%"class"]=> - %string|unicode%(1) "B" + ["name"]=> + string(1) "A" + ["class"]=> + string(1) "B" } } In A::A In A::A -In A::B \ No newline at end of file +In A::B -- 2.40.0