diff options
Diffstat (limited to 'ext/reflection/tests/bug40431.phpt')
| -rw-r--r-- | ext/reflection/tests/bug40431.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/reflection/tests/bug40431.phpt b/ext/reflection/tests/bug40431.phpt index 863df7a78f..0c96e70faf 100644 --- a/ext/reflection/tests/bug40431.phpt +++ b/ext/reflection/tests/bug40431.phpt @@ -80,7 +80,7 @@ echo "Done\n"; === 1st test === array(1) { [0]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "value" ["class"]=> @@ -94,7 +94,7 @@ bool(false) === 2nd test === array(1) { [0]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "value" ["class"]=> @@ -108,7 +108,7 @@ bool(false) === 3rd test === array(1) { [0]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "value" ["class"]=> @@ -122,7 +122,7 @@ bool(false) === 4th test === array(1) { [0]=> - &object(ReflectionProperty)#%d (2) { + object(ReflectionProperty)#%d (2) { ["name"]=> string(5) "value" ["class"]=> |
