SimpleRegex / SRL-PHP

Simple Regex Language
https://simple-regex.com
MIT License
1.8k stars 112 forks source link

PHP 8 500 unexpected token "match" #52

Open PhilippeDirx opened 2 years ago

PhilippeDirx commented 2 years ago

Hi there,

Since PHP 8.0 "Match" is a reserved PHP keyword, which throws a 500 when loading the class "Match" from SRL. This breaks the package on any PHP 8.0+ versions

PhilippeDirx commented 2 years ago

Made a pull request.