Skip to content

Instantly share code, notes, and snippets.

@coodix
Created May 23, 2014 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coodix/44d353c25a898ea338a0 to your computer and use it in GitHub Desktop.
Save coodix/44d353c25a898ea338a0 to your computer and use it in GitHub Desktop.
Check syntax in all php files
find ./ -name "*.php" -exec php -l {} \; | grep -v "No syntax"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment