C# 클래스 Pchp.Library.Errors.ErrorContext

Current context errors configuration.
파일 보기 프로젝트 열기: iolevel/peachpie

공개 프로퍼티들

프로퍼티 타입 설명
OldUserErrorHandlers Stack
OldUserExceptionHandlers Stack
ReportErrors PhpError

프로퍼티 상세

OldUserErrorHandlers 공개적으로 프로퍼티

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

OldUserExceptionHandlers 공개적으로 프로퍼티

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

ReportErrors 공개적으로 프로퍼티

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