Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
usic
/
ums
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
eeb855cf71
Gałęzie
Tagi
master
ums
/
lib
/
php-openid
/
admin
/
syntaxcheck
syntaxcheck
77 B
Historia
Czysty
1
2
3
4
5
6
#!/usr/bin/env bash
for file in `./admin/findallphp`
do php -l $file
done