summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/traits004.phpt
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2014-03-02 15:47:08 +0800
committerXinchen Hui <laruence@gmail.com>2014-03-02 15:47:08 +0800
commit5a9e8a5e26d892c95e5bc0e56ec3241fd312a40f (patch)
treeb85decbb2244a958dda2c0df77de17d5590c11ee /ext/reflection/tests/traits004.phpt
parent8d2c1f58a16c4343204cc828bae6291c1064d565 (diff)
downloadphp-git-5a9e8a5e26d892c95e5bc0e56ec3241fd312a40f.tar.gz
Not reference anymore
Diffstat (limited to 'ext/reflection/tests/traits004.phpt')
-rw-r--r--ext/reflection/tests/traits004.phpt6
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"
}