C# Class Pchp.Library.Errors.ErrorContext

Current context errors configuration.
Show file Open project: iolevel/peachpie

Public Properties

Property Type Description
OldUserErrorHandlers Stack
OldUserExceptionHandlers Stack
ReportErrors PhpError

Property Details

OldUserErrorHandlers public property

Stores user error handlers which has been rewritten by a new one.
public Stack OldUserErrorHandlers
return Stack

OldUserExceptionHandlers public property

Stores user exception handlers which has been rewritten by a new one.
public Stack OldUserExceptionHandlers
return Stack

ReportErrors public property

Errors to be reported to user. Ignored when Context.ErrorReportingDisabled is true.
public PhpError ReportErrors
return PhpError