| 1 | <?php |
||
| 18 | class FixedCondition implements Pass\AnalyzerPassInterface |
||
| 19 | { |
||
| 20 | use DefaultMetadataPassTrait; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param $stmt |
||
| 24 | * @param Context $context |
||
| 25 | * @return bool |
||
| 26 | */ |
||
| 27 | public function pass($stmt, Context $context) |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @return array |
||
| 52 | */ |
||
| 53 | public function getRegister() |
||
| 64 | } |
||
| 65 |