1 2 3 4 5
#!/bin/sh for file in $( find . -name \*.php ); do php4 -l $file done | grep -v '^No syntax errors' || true
Loggerhead is a web-based interface for Breezy Version: 2.0.1