peachpie
peachpie copied to clipboard
Eval() syntax errors can not be handled (will crash the app)
In this test case, both eval()'s should be ignored / catched.
@eval("<");
try {
eval("<");
} catch(Exception $e) {
die("Cached");
}
See also: https://github.com/peachpiecompiler/peachpie/issues/502