php-lint.sh 96 B

12345
  1. #!/bin/sh
  2. set -e
  3. exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l