Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.