From: Dmitry Stogov Date: Thu, 6 Mar 2014 21:00:26 +0000 (+0400) Subject: Fixed test X-Git-Tag: POST_PHPNG_MERGE~412^2~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fd8d0d8f605bbdb77eead27d8b78d12a873855c;p=php Fixed test --- diff --git a/tests/classes/inheritance_007.phpt b/tests/classes/inheritance_007.phpt index 0b2bde0350..46100449c4 100644 --- a/tests/classes/inheritance_007.phpt +++ b/tests/classes/inheritance_007.phpt @@ -20,14 +20,14 @@ $b->b(); --EXPECTF-- array(2) { [0]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { ["name"]=> string(1) "B" ["class"]=> string(1) "A" } [1]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { ["name"]=> string(1) "A" ["class"]=>