Skip to content

Instantly share code, notes, and snippets.

@phackwer
Created March 5, 2018 17:03
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 phackwer/e5a8b39bbd9138d6714897e1ee743afb to your computer and use it in GitHub Desktop.
Save phackwer/e5a8b39bbd9138d6714897e1ee743afb to your computer and use it in GitHub Desktop.
Find error in PHP files (linter)
find -type f -name "*.php" -exec php -l '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment