Documentation

SError
in package

Table of Contents

Properties

$CONSOLE  : mixed
$error_type  : mixed
$LOG  : mixed
$LOGFILE  : mixed
$LOGTYPE  : mixed

Methods

error_handler()  : mixed
exception_handler()  : mixed
fatal_handler()  : mixed
args2str()  : mixed
getError()  : string
getFatal()  : mixed
getLogType()  : mixed
log()  : mixed
obj2str()  : mixed

Properties

$CONSOLE

public static mixed $CONSOLE = \false

$error_type

public static mixed $error_type = array("1" => "E_ERROR", "2" => "E_WARNING", "4" => "E_PARSE", "8" => "E_NOTICE", "16" => "E_CORE_ERROR", "32" => "E_CORE_WARNING", "64" => "E_COMPILE_ERROR", "128" => "E_COMPILE_WARNING", "256" => "E_USER_ERROR", "512" => "E_USER_WARNING", "1024" => "E_USER_NOTICE", "2047" => "E_ALL", "2048" => "E_STRICT", "4096" => "E_RECOVERABLE_ERROR", "8192" => "E_DEPRECATED", "16384" => "E_USER_DEPRECATED", "30719" => "E_ALL")

$LOG

public static mixed $LOG = \true

$LOGFILE

public static mixed $LOGFILE = ""

$LOGTYPE

public static mixed $LOGTYPE = ""

Methods

error_handler()

public static error_handler(mixed $errno, mixed $errstr, mixed $errfile, mixed $errline) : mixed
Parameters
$errno : mixed
$errstr : mixed
$errfile : mixed
$errline : mixed

exception_handler()

public static exception_handler(mixed $e) : mixed
Parameters
$e : mixed

fatal_handler()

public static fatal_handler() : mixed

args2str()

private static args2str(mixed $args) : mixed
Parameters
$args : mixed

getError()

private static getError(mixed $backtrace[, mixed $e = null ]) : string
Parameters
$backtrace : mixed
$e : mixed = null
Return values
string

getFatal()

private static getFatal(mixed $error) : mixed
Parameters
$error : mixed

getLogType()

private static getLogType() : mixed

log()

private static log(mixed $ct) : mixed
Parameters
$ct : mixed

obj2str()

private static obj2str(mixed &$args) : mixed
Parameters
$args : mixed

        
On this page

Search results