= htmlspecialchars($error['error_message']) ?>
File
= htmlspecialchars($error['error_file']) ?>
Line
= $error['error_line'] ?>
Date: = date('M d, Y H:i:s', strtotime($error['resolved_at'])) ?>
Notes: = htmlspecialchars($error['resolution_notes']) ?>
= htmlspecialchars($trace['file']) ?> line = $trace['line'] ?? '?' ?>
= htmlspecialchars($trace['class']) ?>= htmlspecialchars($trace['type']) ?> = htmlspecialchars($trace['function']) ?>()
No stack trace available
PHP Version
= htmlspecialchars($error['php_version']) ?>
Memory Usage
= htmlspecialchars($error['memory_usage']) ?>
First Occurred
= date('M d, Y H:i:s', strtotime($errorOccurrences[count($errorOccurrences)-1]['occurred_at'])) ?>