Lines Matching refs:object
9 echo "An object is in an array and is referenced. As expected, var_dumping the array shows '&':\n";
14 echo "Naturally, this remains true if we modify the object:\n";
24 echo "The result is an array in which each element is an object (an instance of ReflectionClass)\n";
28 echo "Modify the object, and it is apparently no longer referenced.\n";
34 An object is in an array and is referenced. As expected, var_dumping the array shows '&':
37 &object(stdClass)#%d (0) {
40 Naturally, this remains true if we modify the object:
43 &object(stdClass)#%d (1) {
51 The result is an array in which each element is an object (an instance of ReflectionClass)
55 object(ReflectionClass)#%d (1) {
60 Modify the object, and it is apparently no longer referenced.
63 object(ReflectionClass)#%d (2) {