~budgester/irm/trunk

1
2
3
4
5
#!/bin/sh

for file in $( find . -name \*.php ); do
	php4 -l $file
done | grep -v '^No syntax errors' || true