<!DOCTYPE html>
<html>
<head>
<title>PHPCheckstyle Results</title>
<link href="global.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="banner">
<a href="http://code.google.com/p/phpcheckstyle/" target="_blank">
<img src="Logo_phpcheckstyle.png"/>
<span class='title'> PHPCheckstyle</span>
</a>
</div>
<br/>
<h1 align="center">Summary</h1>
<table class="dataTable" align="center">
<tr>
<td class="tableHead" align="center">Number of Files Tested</td>
<td class="tableCell" align="center"><span class="emphasis">1</span></td>
</tr>
<tr>
<td class="tableHead" align="center">Number of Files With Errors</td>
<td class="tableCell" align="center"><span class="emphasis">1</span></td>
</tr>
<tr>
<td class="tableHead" align="center">Total Number of Errors</td>
<td class="tableCell" align="center"><span class="emphasis">3</span></td>
</tr>
</table>
<br/>
<h1 align="center">Files With Errors</h1>
<table class="dataTable" align="center">
<thead>
<tr>
<th class="tableHead">
Filename
</th>
<th class="tableHead">
Number of Errors
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableCell">
<a href="#./test/issue56.php" align="center">./test/issue56.php</a>
</td>
<td class="tableCell" align="center">3</td>
</tr> </tbody>
</table>
<br/>
<h1 align="center">Detail</h1><h2 id="./test/issue56.php">./test/issue56.php</h2>
<table class="dataTable" align="center">
<thead>
<tr>
<th class="tableHead">
Line #
</th>
<th class="tableHead">
Error Message
</th>
<th class="tableHead" style="width:8em">
Level
</th>
</tr>
</thead>
<tbody><tr>
<td class="tableCellBold" align="center">3</td>
<td class="tableCell"><span title="Rule : needBraces">The statement if must contain its code within a {} block.</span></td>
<td class="tableCell" align="center">warning</td>
</tr><tr>
<td class="tableCellBold" align="center">5</td>
<td class="tableCell"><span title="Rule : needBraces">The statement if must contain its code within a {} block.</span></td>
<td class="tableCell" align="center">warning</td>
</tr><tr>
<td class="tableCellBold" align="center">5</td>
<td class="tableCell"><span title="Rule : checkUnusedVariables">Undeclared or unused variable : $toto.</span></td>
<td class="tableCell" align="center">warning</td>
</tr></tbody>
</table>
<br/>
<div class='footer'>
<table align="center">
<tr>
<td class="copyright">
<a href="http://code.google.com/p/phpcheckstyle/">PHPCheckstyle Home</a>
</td>
</tr>
</table>
</div>
</body>