summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug60201.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug60201.phpt')
-rw-r--r--ext/spl/tests/bug60201.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/spl/tests/bug60201.phpt b/ext/spl/tests/bug60201.phpt
index 68a5daabfd..c77988eb13 100644
--- a/ext/spl/tests/bug60201.phpt
+++ b/ext/spl/tests/bug60201.phpt
@@ -12,17 +12,17 @@ var_dump($params);
--EXPECTF--
array(3) {
[0]=>
- &object(ReflectionParameter)#%d (1) {
+ object(ReflectionParameter)#%d (1) {
["name"]=>
string(9) "delimiter"
}
[1]=>
- &object(ReflectionParameter)#%d (1) {
+ object(ReflectionParameter)#%d (1) {
["name"]=>
string(9) "enclosure"
}
[2]=>
- &object(ReflectionParameter)#%d (1) {
+ object(ReflectionParameter)#%d (1) {
["name"]=>
string(6) "escape"
}