index
:
php-openid
master
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
admin
/
syntaxcheck
blob: f94b7fad0bc0430ecc7fde4b055645ff75b2dc79 (
plain
)
1
2
3
4
5
#!/usr/bin/env bash for file in `./admin/findallphp` do php -l $file done