C# Class Pchp.Library.Errors.ErrorContext

Current context errors configuration.
Mostrar archivo Open project: iolevel/peachpie

Public Properties

Property Type Description
OldUserErrorHandlers Stack
OldUserExceptionHandlers Stack
ReportErrors PhpError

Property Details

OldUserErrorHandlers public_oe property

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

OldUserExceptionHandlers public_oe property

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

ReportErrors public_oe property

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