file-fetcher
Public Member Functions | Static Public Member Functions | List of all members
PHPUnit\Util\ErrorHandler Class Reference

Public Member Functions

 __construct (bool $convertDeprecationsToExceptions, bool $convertErrorsToExceptions, bool $convertNoticesToExceptions, bool $convertWarningsToExceptions)
 
 __invoke (int $errorNumber, string $errorString, string $errorFile, int $errorLine)
 
 register ()
 
 unregister ()
 

Static Public Member Functions

static invokeIgnoringWarnings (callable $callable)
 

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Util\ErrorHandler::__construct ( bool  $convertDeprecationsToExceptions,
bool  $convertErrorsToExceptions,
bool  $convertNoticesToExceptions,
bool  $convertWarningsToExceptions 
)

Member Function Documentation

◆ __invoke()

PHPUnit\Util\ErrorHandler::__invoke ( int  $errorNumber,
string  $errorString,
string  $errorFile,
int  $errorLine 
)

◆ invokeIgnoringWarnings()

static PHPUnit\Util\ErrorHandler::invokeIgnoringWarnings ( callable  $callable)
static

◆ register()

PHPUnit\Util\ErrorHandler::register ( )

◆ unregister()

PHPUnit\Util\ErrorHandler::unregister ( )

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