You are here

protected static property PHPUnit_Util_ErrorHandler::$errorStack in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Util/ErrorHandler.php \PHPUnit_Util_ErrorHandler::errorStack

File

vendor/phpunit/phpunit/src/Util/ErrorHandler.php, line 26

Class

PHPUnit_Util_ErrorHandler
Error handler that converts PHP errors and warnings to exceptions.

Code

protected static $errorStack = array();