From: Xinchen Hui Date: Sun, 16 Mar 2014 07:47:08 +0000 (+0800) Subject: Reflection doesn't return ref anymore X-Git-Tag: POST_PHPNG_MERGE~412^2~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5639a2a8efb1b604018e82882e0aa3a5dbd52e0d;p=php Reflection doesn't return ref anymore --- 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" }