Lggr
Static Public Member Functions | Static Protected Attributes | List of all members
PHPUnit\Util\ErrorHandler Class Reference

Static Public Member Functions

static getErrorStack ()
 
static handleError ($errno, $errstr, $errfile, $errline)
 
static handleErrorOnce ($severity=E_WARNING)
 

Static Protected Attributes

static $errorStack = []
 

Detailed Description

Error handler that converts PHP errors and warnings to exceptions.

Member Function Documentation

◆ getErrorStack()

static PHPUnit\Util\ErrorHandler::getErrorStack ( )
static

Returns the error stack.

Returns
array

◆ handleError()

static PHPUnit\Util\ErrorHandler::handleError (   $errno,
  $errstr,
  $errfile,
  $errline 
)
static
Parameters
int$errno
string$errstr
string$errfile
int$errline
Returns
false
Exceptions
Error

◆ handleErrorOnce()

static PHPUnit\Util\ErrorHandler::handleErrorOnce (   $severity = E_WARNING)
static

Registers an error handler and returns a function that will restore the previous handler when invoked

Parameters
int$severityPHP predefined error constant
Returns
\Closure
Exceptions

The documentation for this class was generated from the following file: