v0.9.2
Fixed
- Leading-zero and negative-zero indices in simple string interpolation (
$arr[00],$arr[07],$arr[-0]) are now correctly classified as string keys instead ofInt(0), matching PHP's tokenizer behaviour (php-rs-parser).
$arr[00], $arr[07], $arr[-0]) are now correctly classified as string keys instead of Int(0), matching PHP's tokenizer behaviour (php-rs-parser).