xp-framework / core

The XP Framework is an all-purpose, object oriented PHP framework.
Other
19 stars 6 forks source link

xar command - compile error #262

Closed thekid closed 3 years ago

thekid commented 3 years ago

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}) {