#!/bin/bash
cd fusio/src
find . -name "*.php" -type f -exec php -l '{}' \;
