]> granicus.if.org Git - php/commitdiff
Not reference anymore
authorXinchen Hui <laruence@gmail.com>
Sun, 2 Mar 2014 07:47:08 +0000 (15:47 +0800)
committerXinchen Hui <laruence@gmail.com>
Sun, 2 Mar 2014 07:47:08 +0000 (15:47 +0800)
ext/reflection/tests/009.phpt
ext/reflection/tests/025.phpt
ext/reflection/tests/ReflectionClass_getInterfaces_003.phpt
ext/reflection/tests/ReflectionClass_getMethods_001.phpt
ext/reflection/tests/ReflectionClass_getMethods_003.phpt
ext/reflection/tests/ReflectionClass_getProperties_001.phpt
ext/reflection/tests/ReflectionClass_getProperties_003.phpt
ext/reflection/tests/ReflectionExtension_getClasses_basic.phpt
ext/reflection/tests/bug40431.phpt
ext/reflection/tests/bug46064_2.phpt
ext/reflection/tests/traits004.phpt

index b54e89e5bfe9536f40ec42f96b458bfa4a6b8f98..8cc0f981666700c0bf1d9e69e01e2270773f7565 100644 (file)
@@ -93,17 +93,17 @@ bool(false)
 --getParameters--
 array(3) {
   [0]=>
-  &object(ReflectionParameter)#2 (1) {
+  object(ReflectionParameter)#2 (1) {
     ["name"]=>
     string(1) "a"
   }
   [1]=>
-  &object(ReflectionParameter)#3 (1) {
+  object(ReflectionParameter)#3 (1) {
     ["name"]=>
     string(1) "b"
   }
   [2]=>
-  &object(ReflectionParameter)#4 (1) {
+  object(ReflectionParameter)#4 (1) {
     ["name"]=>
     string(1) "c"
   }
index 92002007b6da0ea105e625513427926408587ec5..e49fa998e72ea713b981224343087b58ef9f6c4e 100644 (file)
@@ -95,17 +95,17 @@ bool(false)
 --getParameters--
 array(3) {
   [0]=>
-  &object(ReflectionParameter)#2 (1) {
+  object(ReflectionParameter)#2 (1) {
     ["name"]=>
     string(1) "a"
   }
   [1]=>
-  &object(ReflectionParameter)#3 (1) {
+  object(ReflectionParameter)#3 (1) {
     ["name"]=>
     string(1) "b"
   }
   [2]=>
-  &object(ReflectionParameter)#4 (1) {
+  object(ReflectionParameter)#4 (1) {
     ["name"]=>
     string(1) "c"
   }
index 74044f7531d3a39154e09e7c47b5c28bf3702cd1..bfe4835499abc1f10019ed09c55aea6d1c6c0fcb 100644 (file)
@@ -34,13 +34,13 @@ var_dump($a);
 An object is in an array and is referenced. As expected, var_dumping the array shows '&':
 array(1) {
   [0]=>
-  &object(stdClass)#%d (0) {
+  object(stdClass)#%d (0) {
   }
 }
 Naturally, this remains true if we modify the object:
 array(1) {
   [0]=>
-  &object(stdClass)#%d (1) {
+  object(stdClass)#%d (1) {
     ["x"]=>
     int(1)
   }
@@ -52,7 +52,7 @@ The result is an array in which each element is an object (an instance of Reflec
 Var_dumping this array shows that the elements are referenced. By what?
 array(1) {
   ["I"]=>
-  &object(ReflectionClass)#%d (1) {
+  object(ReflectionClass)#%d (1) {
     ["name"]=>
     string(1) "I"
   }
index ce5c980c60f0645dd00f7c7e71ff9612eff63cc4..1e11dee2f3da21101d2aee82cf354bfb11a7d032 100644 (file)
@@ -39,14 +39,14 @@ foreach($classes as $class) {
 Reflecting on class pubf: 
 array(2) {
   [0]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "f"
     [%u|b%"class"]=>
     %unicode|string%(4) "pubf"
   }
   [1]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
@@ -56,14 +56,14 @@ array(2) {
 Reflecting on class subpubf: 
 array(2) {
   [0]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "f"
     [%u|b%"class"]=>
     %unicode|string%(4) "pubf"
   }
   [1]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
@@ -73,14 +73,14 @@ array(2) {
 Reflecting on class protf: 
 array(2) {
   [0]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "f"
     [%u|b%"class"]=>
     %unicode|string%(5) "protf"
   }
   [1]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
@@ -90,14 +90,14 @@ array(2) {
 Reflecting on class subprotf: 
 array(2) {
   [0]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "f"
     [%u|b%"class"]=>
     %unicode|string%(5) "protf"
   }
   [1]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
@@ -107,14 +107,14 @@ array(2) {
 Reflecting on class privf: 
 array(2) {
   [0]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "f"
     [%u|b%"class"]=>
     %unicode|string%(5) "privf"
   }
   [1]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
@@ -124,14 +124,14 @@ array(2) {
 Reflecting on class subprivf: 
 array(2) {
   [0]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "f"
     [%u|b%"class"]=>
     %unicode|string%(5) "privf"
   }
   [1]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
index 435f5d2d8df4636427f3bdbc7fd5f10f0f7ab549..885bd908f1a9801dea912c6cb89800219b11774d 100644 (file)
@@ -43,28 +43,28 @@ No methods:array(0) {
 }
 Public methods:array(4) {
   [0]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(5) "pubf1"
     ["class"]=>
     string(1) "C"
   }
   [1]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(5) "pubf2"
     ["class"]=>
     string(1) "C"
   }
   [2]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(6) "pubsf1"
     ["class"]=>
     string(1) "C"
   }
   [3]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(6) "pubsf2"
     ["class"]=>
@@ -73,28 +73,28 @@ Public methods:array(4) {
 }
 Private methods:array(4) {
   [0]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(6) "privf1"
     ["class"]=>
     string(1) "C"
   }
   [1]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(6) "privf2"
     ["class"]=>
     string(1) "C"
   }
   [2]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(7) "privsf1"
     ["class"]=>
     string(1) "C"
   }
   [3]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(7) "privsf2"
     ["class"]=>
@@ -103,42 +103,42 @@ Private methods:array(4) {
 }
 Public or static methods:array(6) {
   [0]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(5) "pubf1"
     ["class"]=>
     string(1) "C"
   }
   [1]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(5) "pubf2"
     ["class"]=>
     string(1) "C"
   }
   [2]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(6) "pubsf1"
     ["class"]=>
     string(1) "C"
   }
   [3]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(6) "pubsf2"
     ["class"]=>
     string(1) "C"
   }
   [4]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(7) "privsf1"
     ["class"]=>
     string(1) "C"
   }
   [5]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(7) "privsf2"
     ["class"]=>
@@ -147,42 +147,42 @@ Public or static methods:array(6) {
 }
 Private or static methods:array(6) {
   [0]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(6) "privf1"
     ["class"]=>
     string(1) "C"
   }
   [1]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(6) "privf2"
     ["class"]=>
     string(1) "C"
   }
   [2]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(6) "pubsf1"
     ["class"]=>
     string(1) "C"
   }
   [3]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(6) "pubsf2"
     ["class"]=>
     string(1) "C"
   }
   [4]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(7) "privsf1"
     ["class"]=>
     string(1) "C"
   }
   [5]=>
-  &object(ReflectionMethod)#%d (2) {
+  object(ReflectionMethod)#%d (2) {
     ["name"]=>
     string(7) "privsf2"
     ["class"]=>
index b4f99ca68fe3f37961c8d84b4c4780154ca7c6c6..cd4a29d450579348d43f96f08f2833bbf8ed07c0 100644 (file)
@@ -39,14 +39,14 @@ foreach($classes as $class) {
 Reflecting on class pubf: 
 array(2) {
   [0]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "a"
     [%u|b%"class"]=>
     %unicode|string%(4) "pubf"
   }
   [1]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
@@ -56,14 +56,14 @@ array(2) {
 Reflecting on class subpubf: 
 array(2) {
   [0]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "a"
     [%u|b%"class"]=>
     %unicode|string%(4) "pubf"
   }
   [1]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
@@ -73,14 +73,14 @@ array(2) {
 Reflecting on class protf: 
 array(2) {
   [0]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "a"
     [%u|b%"class"]=>
     %unicode|string%(5) "protf"
   }
   [1]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
@@ -90,14 +90,14 @@ array(2) {
 Reflecting on class subprotf: 
 array(2) {
   [0]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "a"
     [%u|b%"class"]=>
     %unicode|string%(5) "protf"
   }
   [1]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
@@ -107,14 +107,14 @@ array(2) {
 Reflecting on class privf: 
 array(2) {
   [0]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "a"
     [%u|b%"class"]=>
     %unicode|string%(5) "privf"
   }
   [1]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     [%u|b%"name"]=>
     %unicode|string%(1) "s"
     [%u|b%"class"]=>
index b4f9a774dbb783efaf58db6d5bc689b149ebbe94..ac16a68349efa1b8946d87f00a46cc99efae5f85 100644 (file)
@@ -41,28 +41,28 @@ No properties:array(0) {
 }
 Public properties:array(4) {
   [0]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(4) "pub1"
     ["class"]=>
     string(1) "C"
   }
   [1]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(4) "pub2"
     ["class"]=>
     string(1) "C"
   }
   [2]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(4) "pubs"
     ["class"]=>
     string(1) "C"
   }
   [3]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(5) "pubs2"
     ["class"]=>
@@ -71,28 +71,28 @@ Public properties:array(4) {
 }
 Private properties:array(4) {
   [0]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(5) "priv1"
     ["class"]=>
     string(1) "C"
   }
   [1]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(5) "priv2"
     ["class"]=>
     string(1) "C"
   }
   [2]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(6) "privs1"
     ["class"]=>
     string(1) "C"
   }
   [3]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(6) "privs2"
     ["class"]=>
@@ -101,42 +101,42 @@ Private properties:array(4) {
 }
 Public or static properties:array(6) {
   [0]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(4) "pub1"
     ["class"]=>
     string(1) "C"
   }
   [1]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(4) "pub2"
     ["class"]=>
     string(1) "C"
   }
   [2]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(4) "pubs"
     ["class"]=>
     string(1) "C"
   }
   [3]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(5) "pubs2"
     ["class"]=>
     string(1) "C"
   }
   [4]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(6) "privs1"
     ["class"]=>
     string(1) "C"
   }
   [5]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(6) "privs2"
     ["class"]=>
@@ -145,42 +145,42 @@ Public or static properties:array(6) {
 }
 Private or static properties:array(6) {
   [0]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(5) "priv1"
     ["class"]=>
     string(1) "C"
   }
   [1]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(5) "priv2"
     ["class"]=>
     string(1) "C"
   }
   [2]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(4) "pubs"
     ["class"]=>
     string(1) "C"
   }
   [3]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(5) "pubs2"
     ["class"]=>
     string(1) "C"
   }
   [4]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(6) "privs1"
     ["class"]=>
     string(1) "C"
   }
   [5]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(6) "privs2"
     ["class"]=>
index 5df9e08c6954c803b4bf766a25f4a7d441fbed57..876109001c42f5e96749fe624775d85a9a10b898 100644 (file)
@@ -11,62 +11,62 @@ var_dump($ext->getClasses());
 --EXPECT--
 array(12) {
   ["ReflectionException"]=>
-  &object(ReflectionClass)#2 (1) {
+  object(ReflectionClass)#2 (1) {
     ["name"]=>
     string(19) "ReflectionException"
   }
   ["Reflection"]=>
-  &object(ReflectionClass)#3 (1) {
+  object(ReflectionClass)#3 (1) {
     ["name"]=>
     string(10) "Reflection"
   }
   ["Reflector"]=>
-  &object(ReflectionClass)#4 (1) {
+  object(ReflectionClass)#4 (1) {
     ["name"]=>
     string(9) "Reflector"
   }
   ["ReflectionFunctionAbstract"]=>
-  &object(ReflectionClass)#5 (1) {
+  object(ReflectionClass)#5 (1) {
     ["name"]=>
     string(26) "ReflectionFunctionAbstract"
   }
   ["ReflectionFunction"]=>
-  &object(ReflectionClass)#6 (1) {
+  object(ReflectionClass)#6 (1) {
     ["name"]=>
     string(18) "ReflectionFunction"
   }
   ["ReflectionParameter"]=>
-  &object(ReflectionClass)#7 (1) {
+  object(ReflectionClass)#7 (1) {
     ["name"]=>
     string(19) "ReflectionParameter"
   }
   ["ReflectionMethod"]=>
-  &object(ReflectionClass)#8 (1) {
+  object(ReflectionClass)#8 (1) {
     ["name"]=>
     string(16) "ReflectionMethod"
   }
   ["ReflectionClass"]=>
-  &object(ReflectionClass)#9 (1) {
+  object(ReflectionClass)#9 (1) {
     ["name"]=>
     string(15) "ReflectionClass"
   }
   ["ReflectionObject"]=>
-  &object(ReflectionClass)#10 (1) {
+  object(ReflectionClass)#10 (1) {
     ["name"]=>
     string(16) "ReflectionObject"
   }
   ["ReflectionProperty"]=>
-  &object(ReflectionClass)#11 (1) {
+  object(ReflectionClass)#11 (1) {
     ["name"]=>
     string(18) "ReflectionProperty"
   }
   ["ReflectionExtension"]=>
-  &object(ReflectionClass)#12 (1) {
+  object(ReflectionClass)#12 (1) {
     ["name"]=>
     string(19) "ReflectionExtension"
   }
   ["ReflectionZendExtension"]=>
-  &object(ReflectionClass)#13 (1) {
+  object(ReflectionClass)#13 (1) {
     ["name"]=>
     string(23) "ReflectionZendExtension"
   }
index 863df7a78fef2b711699b88fa180f1556c8af785..0c96e70faff127ce9e6fde7cd17b7c43e059d37d 100644 (file)
@@ -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"]=>
index da14148a7a6e97b5bcd10a744c941adc9acb8ab6..0b74708dff8081e0376c46ee87346ecdc82248d4 100644 (file)
@@ -57,14 +57,14 @@ bool(true)
 bool(false)
 array(2) {
   [0]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(1) "b"
     ["class"]=>
     string(4) "test"
   }
   [1]=>
-  &object(ReflectionProperty)#%d (2) {
+  object(ReflectionProperty)#%d (2) {
     ["name"]=>
     string(1) "a"
     ["class"]=>
index c9367c1f48543b27480537306b75831d45e2c62b..ca0314d0dfbe56cb8cc72440ae41a2f85b21c3ae 100644 (file)
@@ -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"
   }