aboutsummaryrefslogtreecommitdiff
path: root/models/openid-php-openid-782224d/admin/syntaxcheck
blob: f94b7fad0bc0430ecc7fde4b055645ff75b2dc79 (plain)
1
2
3
4
5
#!/usr/bin/env bash

for file in `./admin/findallphp`
  do php -l $file
done