final class GlobalState (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Constants

private SUPER_GLOBAL_ARRAYS

private SAPI_SERVER_KEYS

Keys in $_SERVER that are populated by the SAPI in the child process and must therefore not be preserved from the parent process.

private DEPRECATED_INI_SETTINGS

Methods

static string
getIncludedFilesAsString()

No description

static string
processIncludedFilesAsString(array $files)

No description

static string
getIniSettingsAsString()

No description

static string
getConstantsAsString()

No description

exportGlobals()

No description

Details

static string getIncludedFilesAsString()

No description

Return Value

string

Exceptions

Exception

static string processIncludedFilesAsString(array $files)

No description

Parameters

array $files

Return Value

string

Exceptions

Exception

static string getIniSettingsAsString()

No description

Return Value

string

static string getConstantsAsString()

No description

Return Value

string

static GlobalStateResult exportGlobals()

No description

Return Value

GlobalStateResult