You are here

protected static property PHPUnit_Util_GlobalState::$superGlobalArrays in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Util/GlobalState.php \PHPUnit_Util_GlobalState::superGlobalArrays

Type: array

File

vendor/phpunit/phpunit/src/Util/GlobalState.php, line 19

Class

PHPUnit_Util_GlobalState
@since Class available since Release 3.4.0

Code

protected static $superGlobalArrays = array(
  '_ENV',
  '_POST',
  '_GET',
  '_COOKIE',
  '_SERVER',
  '_FILES',
  '_REQUEST',
);