C# 클래스 Pchp.Core.ScriptDiedException

상속: System.Exception
파일 보기 프로젝트 열기: iolevel/peachpie

공개 메소드들

메소드 설명
ProcessStatus ( Context ctx ) : int

Status of a different type than integer is printed, exit code according to PHP semantic is returned.

ScriptDiedException ( ) : System
ScriptDiedException ( PhpValue status ) : System
ScriptDiedException ( long status ) : System
ScriptDiedException ( string status ) : System

비공개 메소드들

메소드 설명
ProcessStatus ( Context ctx, PhpValue &status ) : int

메소드 상세

ProcessStatus() 공개 메소드

Status of a different type than integer is printed, exit code according to PHP semantic is returned.
public ProcessStatus ( Context ctx ) : int
ctx Context
리턴 int

ScriptDiedException() 공개 메소드

public ScriptDiedException ( ) : System
리턴 System

ScriptDiedException() 공개 메소드

public ScriptDiedException ( PhpValue status ) : System
status PhpValue
리턴 System

ScriptDiedException() 공개 메소드

public ScriptDiedException ( long status ) : System
status long
리턴 System

ScriptDiedException() 공개 메소드

public ScriptDiedException ( string status ) : System
status string
리턴 System