Last Updated: February 25, 2016
·
401
· balaclark

Simple phplint command

Thanks to Aled Bartholomew for this tip. Just saving it here incase his page disappears.

alias phplint='find . -name "*.php" -exec php -l {} \; | grep "Parse error"'