You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$TG = new TextGenerator();
$TG->compile("#if{@val == 5|the value equals 5|the value doesn't equal 5}");
echo $TG->generate(array("val"=>5));
Parse error: syntax error, unexpected ''/[a-zA-Z_\x7f-\xff][a-zA-Z0-9' (T_ENCAPSED_AND_WHITESPACE) in [...]/vendor/symfony/expression-language/Parser.php on line 328
The text was updated successfully, but these errors were encountered:
It seems the parse error come from the expression-language package. Which version of expression-language is installed in your project (you can check it in the composer.lock file), and which version of PHP are you currently running ?
Hey nice project,
but i cant run it :( Maybee you can help.
The text was updated successfully, but these errors were encountered: