Aleksey Korabelshchikov

Results 1 issues of Aleksey Korabelshchikov

t/data/05_lexer/subscript.code ``` $$arr[0]; ${$arr}[0]; ``` Both lines means the same. On the first line PPI interprets '[0] as array subscript (right), but on the second one as anonymous array constructor...

bug
misparse