Skip to content

Instantly share code, notes, and snippets.

@eric1234
Created December 27, 2012 01:10
Show Gist options
  • Save eric1234/4384588 to your computer and use it in GitHub Desktop.
Save eric1234/4384588 to your computer and use it in GitHub Desktop.
Check all PHP files in a directory tree for syntax errors.
find ./ -name \*.php | xargs -n 1 php -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment