#!/usr/bin/bash

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