public static function PHPUnit_Util_ErrorHandler::getErrorStack in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Util/ErrorHandler.php \PHPUnit_Util_ErrorHandler::getErrorStack()
Returns the error stack.
Return value
array
File
- vendor/
phpunit/ phpunit/ src/ Util/ ErrorHandler.php, line 33
Class
- PHPUnit_Util_ErrorHandler
- Error handler that converts PHP errors and warnings to exceptions.
Code
public static function getErrorStack() {
return self::$errorStack;
}