Closed thekid closed 3 years ago
Shows Array and string offset access syntax with curly braces is no longer supported when using xar with PHP 8.0+
xar
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}) {
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: