class PHPUnit_Util_GlobalState (View source)

Properties

static protected array $superGlobalArrays
static protected array $superGlobalArraysLong

Methods

static string
getIncludedFilesAsString()

No description

static string
processIncludedFilesAsString(array $files)

No description

static string
getIniSettingsAsString()

No description

static string
getConstantsAsString()

No description

static string
getGlobalsAsString()

No description

static array
getSuperGlobalArrays()

No description

static 
exportVariable($variable)

No description

static bool
arrayOnlyContainsScalars(array $array)

No description

Details

static string getIncludedFilesAsString()

Return Value

string

static string processIncludedFilesAsString(array $files)

Parameters

array $files

Return Value

string

static string getIniSettingsAsString()

Return Value

string

static string getConstantsAsString()

Return Value

string

static string getGlobalsAsString()

Return Value

string

static protected array getSuperGlobalArrays()

Return Value

array

static protected exportVariable($variable)

Parameters

$variable

static protected bool arrayOnlyContainsScalars(array $array)

Parameters

array $array

Return Value

bool