Lines Matching refs:to

6 	// These values get implicitly converted to objects
11 // These values do not get implicitly converted to objects
20 echo "\n --> Attempting implicit conversion to object using increment...\n";
24 echo "\n --> Attempting implicit conversion to object using assignment...\n";
28 echo "\n --> Attempting implicit conversion to object using combined assignment...\n";
38 --> Attempting implicit conversion to object using increment...
44 --> Attempting implicit conversion to object using assignment...
48 --> Attempting implicit conversion to object using combined assignment...
56 --> Attempting implicit conversion to object using increment...
62 --> Attempting implicit conversion to object using assignment...
66 --> Attempting implicit conversion to object using combined assignment...
74 --> Attempting implicit conversion to object using increment...
80 --> Attempting implicit conversion to object using assignment...
84 --> Attempting implicit conversion to object using combined assignment...
92 --> Attempting implicit conversion to object using increment...
94 Warning: Attempt to %s property of non-object in %s on line 18
96 --> Attempting implicit conversion to object using assignment...
98 Warning: Attempt to assign property of non-object in %s on line 22
100 --> Attempting implicit conversion to object using combined assignment...
102 Warning: Attempt to assign property of non-object in %s on line 26
106 --> Attempting implicit conversion to object using increment...
108 Warning: Attempt to %s property of non-object in %s on line 18
110 --> Attempting implicit conversion to object using assignment...
112 Warning: Attempt to assign property of non-object in %s on line 22
114 --> Attempting implicit conversion to object using combined assignment...
116 Warning: Attempt to assign property of non-object in %s on line 26
120 --> Attempting implicit conversion to object using increment...
122 Warning: Attempt to %s property of non-object in %s on line 18
124 --> Attempting implicit conversion to object using assignment...
126 Warning: Attempt to assign property of non-object in %s on line 22
128 --> Attempting implicit conversion to object using combined assignment...
130 Warning: Attempt to assign property of non-object in %s on line 26