Thursday, August 11, 2011

Recursive syntax check with php command line

find . -name \*.php -exec php -l “{}” \;

No comments:

Post a Comment