Skip to content

v0.9.2

Choose a tag to compare

@jorgsowa jorgsowa released this 25 Apr 10:31
· 322 commits to main since this release
f602c1d

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 of Int(0), matching PHP's tokenizer behaviour (php-rs-parser).