xp-framework/core

xar command - compile error

thekid opened this issue · 0 comments

Shows Array and string offset access syntax with curly braces is no longer supported when using xar with PHP 8.0+

Line 64 of ...\src\main\php\xp\xar\Runner.class.php seems to be the only occurrence:

$ grep -HirnE '\$[a-zA-Z\[\]]+\{' src/main/php/xp/
src/main/php/xp/xar/Runner.class.php:64:          switch ($args[$i]{$o}) {