syntaxcheck 77 B

123456
  1. #!/usr/bin/env bash
  2. for file in `./admin/findallphp`
  3. do php -l $file
  4. done