MvcLite\Error::handle
handler for errors
Signature
public function handle(
$errno,
$errstr,
[
$errfile = null,
[
$errline = null,
[array
$errcontext = ]]] )
Parameters
$errno
—
$errstr
—
$errfile
—
$errline
—
$errcontext
—
array
Test Coverage
Information
- Coverage: 17/17 Lines (100%)
- Tests: 4
- Passed: 4 (100%)
Tests
- [ PASSED ] — MvcLite\ErrorTest::testHandle with data set #0
- [ PASSED ] — MvcLite\ErrorTest::testHandle with data set #1
- [ PASSED ] — MvcLite\ErrorTest::testHandle with data set #2
- [ PASSED ] — MvcLite\ErrorTest::testHandle with data set #3