PHP Class PHPUnit_Util_ErrorHandler, qcodo

Author: Sebastian Bergmann ([email protected])
Datei anzeigen Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Property Type Description
$errorStack

Public Methods

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

Method Details

getErrorStack() public static method

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

handleError() public static method

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