Lines Matching refs:parent

2 Deprecation of self/parent/static in callables
11 // Different callables using self/parent/static
14 '"parent::foo"' => "parent::foo",
17 '["parent", "foo"]' => ["parent", "foo"],
20 '["B", "parent::foo"]' => ["B", "parent::foo"],
24 '[$this, "parent::foo"]' => [$this, "parent::foo"],
72 "parent::foo"
74 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
81 ["parent", "foo"]
83 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
90 ["B", "parent::foo"]
92 Deprecated: Callables of the form ["B", "parent::foo"] are deprecated in %s on line %d
102 [$this, "parent::foo"]
104 Deprecated: Callables of the form ["B", "parent::foo"] are deprecated in %s on line %d
116 "parent::foo"
118 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
125 ["parent", "foo"]
127 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
134 ["B", "parent::foo"]
136 Deprecated: Callables of the form ["B", "parent::foo"] are deprecated in %s on line %d
146 [$this, "parent::foo"]
148 Deprecated: Callables of the form ["B", "parent::foo"] are deprecated in %s on line %d
160 "parent::foo"
162 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
169 ["parent", "foo"]
171 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
178 ["B", "parent::foo"]
180 Deprecated: Callables of the form ["B", "parent::foo"] are deprecated in %s on line %d
190 [$this, "parent::foo"]
192 Deprecated: Callables of the form ["B", "parent::foo"] are deprecated in %s on line %d
205 "parent::foo"
207 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
217 ["parent", "foo"]
219 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
229 ["B", "parent::foo"]
231 Deprecated: Callables of the form ["B", "parent::foo"] are deprecated in %s on line %d
245 [$this, "parent::foo"]
247 Deprecated: Callables of the form ["B", "parent::foo"] are deprecated in %s on line %d
262 "parent::foo"
264 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
271 ["parent", "foo"]
273 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
280 ["B", "parent::foo"]
282 Deprecated: Callables of the form ["B", "parent::foo"] are deprecated in %s on line %d
292 [$this, "parent::foo"]
294 Deprecated: Callables of the form ["B", "parent::foo"] are deprecated in %s on line %d