| 1 | <?php |
||
| 9 | final class ObjectEscapedProxy extends EscapedProxy implements ArrayAccess, IteratorAggregate |
||
| 10 | { |
||
| 11 | protected $initialized = false; |
||
| 12 | |||
| 13 | public function offsetExists($offset) { |
||
| 25 | |||
| 26 | 8 | public function getIterator() { |
|
| 31 | |||
| 32 | public function __call($method, array $args) { |
||
| 35 | |||
| 36 | 12 | public function __get($name) { |
|
| 39 | } |
||
| 40 |
Methods can only be called on objects. This check looks for methods being called on variables that have been inferred to never be objects.