DF
Asked
Why I use PHP8.1.2 show syntax error, unexpected '=>' (T_DOUBLE_ARROW) in /app/Helpers/functions.php on line 118.
- MSAnsweredHello,
The error is from [`match` expression](https://www.php.net/manual/en/control-structures.match.php) and supported in php8
Please check with your server admin and make sure you are using php8
Thank you - Login to Reply