You are here

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

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

Type: array

File

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

Class

PHPUnit_Util_GlobalState
@since Class available since Release 3.4.0

Code

protected static $superGlobalArraysLong = array(
  'HTTP_ENV_VARS',
  'HTTP_POST_VARS',
  'HTTP_GET_VARS',
  'HTTP_COOKIE_VARS',
  'HTTP_SERVER_VARS',
  'HTTP_POST_FILES',
);