Completed
Push — development ( cfd391...deed4d )
by Andrij
12:03
created

application/errors/error_php.php (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
2
3
<h4>A PHP Error was encountered</h4>
4
5
<p>Severity: <?php echo $severity; ?></p>
0 ignored issues
show
The opening PHP tag must be the first content in the file
Loading history...
6
<p>Message:  <?php echo $message; ?></p>
7
<p>Filename: <?php echo $filepath; ?></p>
8
<p>Line Number: <?php echo $line; ?></p>
9
10
</div>