Skip to content

Instantly share code, notes, and snippets.

@polonskiy
Created October 10, 2013 06:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polonskiy/6914110 to your computer and use it in GitHub Desktop.
Save polonskiy/6914110 to your computer and use it in GitHub Desktop.
php lint
find . -name '*.php' -exec php -l {} \; | grep -v '^No'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment