syntaxcheck.sh 72 B

1
  1. find ./src -name \*.php -exec php -l {} \; | grep -v "No syntax errors"