From: Xinchen Hui Date: Sun, 2 Mar 2014 13:38:00 +0000 (+0800) Subject: Fixed test X-Git-Tag: POST_PHPNG_MERGE~412^2~460 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81271854e899ca888dbd538d4cfaf90ed5af9c4e;p=php Fixed test --- diff --git a/ext/reflection/tests/ReflectionClass_getInterfaces_003.phpt b/ext/reflection/tests/ReflectionClass_getInterfaces_003.phpt index bfe4835499..f1cac44e95 100644 --- a/ext/reflection/tests/ReflectionClass_getInterfaces_003.phpt +++ b/ext/reflection/tests/ReflectionClass_getInterfaces_003.phpt @@ -34,13 +34,13 @@ var_dump($a); An object is in an array and is referenced. As expected, var_dumping the array shows '&': array(1) { [0]=> - object(stdClass)#%d (0) { + &object(stdClass)#%d (0) { } } Naturally, this remains true if we modify the object: array(1) { [0]=> - object(stdClass)#%d (1) { + &object(stdClass)#%d (1) { ["x"]=> int(1) } @@ -66,4 +66,4 @@ array(1) { ["x"]=> int(1) } -} \ No newline at end of file +}