Skip to content

Instantly share code, notes, and snippets.

@wookiecooking
Forked from eric1234/gist:4384588
Last active December 17, 2015 10:39
Show Gist options
  • Save wookiecooking/5596758 to your computer and use it in GitHub Desktop.
Save wookiecooking/5596758 to your computer and use it in GitHub Desktop.
[PHP] Check PHP for 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