| 1 | <?php |
||
| 13 | class ArrayDuplicateKeys implements Pass\AnalyzerPassInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param Expr\Array_ $expr |
||
| 17 | * @param Context $context |
||
| 18 | * @return bool |
||
| 19 | */ |
||
| 20 | 37 | public function pass(Expr\Array_ $expr, Context $context) |
|
| 53 | |||
| 54 | /** |
||
| 55 | * @return array |
||
| 56 | */ |
||
| 57 | 1 | public function getRegister() |
|
| 63 | } |
||
| 64 |