diff options
Diffstat (limited to 'ext/reflection/tests/traits004.phpt')
| -rw-r--r-- | ext/reflection/tests/traits004.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
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" } |
