JosephLenton / PHP-Error

Better error reporting for PHP, and prettier too!
1.35k stars 151 forks source link

How to catch "syntax error" #96

Open vsamal opened 7 years ago

vsamal commented 7 years ago

Hi, please how can i catch with PHP-Error Syntax errors like this

ParseError: syntax error, unexpected 'echo' (T_ECHO)

thanks

Vaclav