From 5a9e8a5e26d892c95e5bc0e56ec3241fd312a40f Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Sun, 2 Mar 2014 15:47:08 +0800 Subject: Not reference anymore --- ext/reflection/tests/traits004.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/reflection/tests/traits004.phpt') diff --git a/ext/reflection/tests/traits004.phpt b/ext/reflection/tests/traits004.phpt index c9367c1f48..ca0314d0df 100644 --- a/ext/reflection/tests/traits004.phpt +++ b/ext/reflection/tests/traits004.phpt @@ -30,7 +30,7 @@ array(1) { } array(1) { ["T1"]=> - &object(ReflectionClass)#1 (1) { + object(ReflectionClass)#1 (1) { ["name"]=> string(2) "T1" } @@ -45,12 +45,12 @@ array(2) { } array(2) { ["T1"]=> - &object(ReflectionClass)#2 (1) { + object(ReflectionClass)#2 (1) { ["name"]=> string(2) "T1" } ["T2"]=> - &object(ReflectionClass)#3 (1) { + object(ReflectionClass)#3 (1) { ["name"]=> string(2) "T2" } -- cgit v1.2.1