Lines Matching refs:getValue

45     $getValue = function ($obj, $propReflector) {
66 printf("getValue(): ");
67 var_dump($getValue($obj, $propReflector));
93 printf("getValue(): ");
94 var_dump($getValue($obj, $propReflector));
161 getValue(): Error: Cannot access private property B::$priv
164 getValue(): Error: Cannot access private property B::$priv
169 getValue(): string(4) "pubB"
172 getValue(): string(5) "value"
177 getValue(): Error: Cannot access private property B::$readonly
180 getValue(): Error: Cannot access private property B::$readonly
185 getValue(): Error: Cannot access protected property B::$prot
188 getValue(): Error: Cannot access protected property B::$prot
193 getValue(): string(4) "pubA"
196 getValue(): string(5) "value"
209 getValue(): NULL
212 getValue(): string(5) "value"
217 getValue(): Error: Typed property A::$noDefaultTyped must not be accessed before initialization
220 getValue(): string(5) "value"
225 getValue(): NULL
228 getValue(): string(5) "value"
233 getValue(): NULL
236 getValue(): string(5) "value"
258 getValue(): Error: Cannot access private property B::$priv
261 getValue(): Error: Cannot access private property B::$priv
266 getValue(): string(4) "pubB"
269 getValue(): string(5) "value"
274 getValue(): Error: Cannot access private property B::$readonly
277 getValue(): Error: Cannot access private property B::$readonly
282 getValue(): Error: Cannot access protected property B::$prot
285 getValue(): Error: Cannot access protected property B::$prot
290 getValue(): string(4) "pubA"
293 getValue(): string(5) "value"
306 getValue(): NULL
309 getValue(): string(5) "value"
314 getValue(): Error: Typed property A::$noDefaultTyped must not be accessed before initialization
317 getValue(): string(5) "value"
322 getValue(): NULL
325 getValue(): string(5) "value"
330 getValue(): NULL
333 getValue(): string(5) "value"