<?php include('SyntaxCheck.class.php'); $check = new SyntaxCheck(); $check->directory('.'); $check->start(); echo '<br><br>'; $check->details();?>