I love the option of getting the list of syntax/parser errors from the command line in PHP.
For ex:
php -l <code/filename>
I want a similar way to get the list of fatal error
from my project code-base.
- Is there any existing solution available for this scenario?
- If not, I have a plan to write such script; I would love to hear some ideas from the expert on how to make this happen.
Please help.