# shiftcontroller/2.2.0/happ/application/errors/error_php.php

ShiftController Employee Shift Scheduling, version 2.2.0. 10 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/2.2.0/code/happ/application/errors/error_php.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/2.2.0/raw/happ/application/errors/error_php.php
- Modified: 2013-11-19T19:08:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shiftcontroller/2.2.0/code/happ/application/errors/error_php.php#L10-L20`.

```php
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: <?php echo $severity; ?></p>
<p>Message:  <?php echo $message; ?></p>
<p>Filename: <?php echo $filepath; ?></p>
<p>Line Number: <?php echo $line; ?></p>

</div>
```
