| 1 | <?php |
||
| 10 | class CheckLNumberKind implements AnalyzerPassInterface |
||
| 11 | { |
||
| 12 | use DefaultMetadataPassTrait; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param Scalar\LNumber $lNum |
||
| 16 | * @param Context $context |
||
| 17 | * @return bool |
||
| 18 | */ |
||
| 19 | public function pass(Scalar\LNumber $lNum, Context $context) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return array |
||
| 37 | */ |
||
| 38 | 1 | public function getRegister() |
|
| 44 | } |
||
| 45 |