PHP Class PHPUnit_Util_ErrorHandler, qcodo

Author: Sebastian Bergmann ([email protected])
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$errorStack

Méthodes publiques

Méthode Description
getErrorStack ( ) : array Returns the error stack.
handleError ( integer $errno, string $errstr, string $errfile, integer $errline )

Method Details

getErrorStack() public static méthode

Returns the error stack.
public static getErrorStack ( ) : array
Résultat array

handleError() public static méthode

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

Property Details

$errorStack protected_oe static_oe property

protected static $errorStack