PHP 클래스 PHPUnit_Util_ErrorHandler, qcodo

저자: Sebastian Bergmann ([email protected])
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$errorStack

공개 메소드들

메소드 설명
getErrorStack ( ) : array Returns the error stack.
handleError ( integer $errno, string $errstr, string $errfile, integer $errline )

메소드 상세

getErrorStack() 공개 정적인 메소드

Returns the error stack.
public static getErrorStack ( ) : array
리턴 array

handleError() 공개 정적인 메소드

public static handleError ( integer $errno, string $errstr, string $errfile, integer $errline )
$errno integer
$errstr string
$errfile string
$errline integer

프로퍼티 상세

$errorStack 보호되어 있는 정적으로 프로퍼티

protected static $errorStack