class PhpError

Class PhpError

Properties

static array $fatalErrors

Methods

static array
toArray(array $lastError, null|string $catcher = null)

$lastError = error_get_last();

static string
codeToString(int $code)

No description

Details

at line 26
static array toArray(array $lastError, null|string $catcher = null)

$lastError = error_get_last();

Parameters

array $lastError
null|string $catcher

Return Value

array

at line 48
static string codeToString(int $code)

Parameters

int $code

Return Value

string