PHP Class PHPUnit_Util_GlobalState, qcodo

Author: Sebastian Bergmann ([email protected])
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$globals array
$staticAttributes array
$superGlobalArrays array
$superGlobalArraysLong array

Méthodes publiques

Méthode Description
backupGlobals ( array $blacklist )
backupStaticAttributes ( array $blacklist )
getConstantsAsString ( )
getGlobalsAsString ( )
getIncludedFilesAsString ( )
restoreGlobals ( array $blacklist )
restoreStaticAttributes ( )

Méthodes protégées

Méthode Description
arrayOnlyContainsScalars ( array $array )
backupSuperGlobalArray ( $superGlobalArray )
exportVariable ( $variable )
getSuperGlobalArrays ( )
restoreSuperGlobalArray ( $superGlobalArray )

Method Details

arrayOnlyContainsScalars() protected static méthode

protected static arrayOnlyContainsScalars ( array $array )
$array array

backupGlobals() public static méthode

public static backupGlobals ( array $blacklist )
$blacklist array

backupStaticAttributes() public static méthode

public static backupStaticAttributes ( array $blacklist )
$blacklist array

backupSuperGlobalArray() protected static méthode

protected static backupSuperGlobalArray ( $superGlobalArray )

exportVariable() protected static méthode

protected static exportVariable ( $variable )

getConstantsAsString() public static méthode

public static getConstantsAsString ( )

getGlobalsAsString() public static méthode

public static getGlobalsAsString ( )

getIncludedFilesAsString() public static méthode

public static getIncludedFilesAsString ( )

getSuperGlobalArrays() protected static méthode

protected static getSuperGlobalArrays ( )

restoreGlobals() public static méthode

public static restoreGlobals ( array $blacklist )
$blacklist array

restoreStaticAttributes() public static méthode

public static restoreStaticAttributes ( )

restoreSuperGlobalArray() protected static méthode

protected static restoreSuperGlobalArray ( $superGlobalArray )

Property Details

$globals protected_oe static_oe property

protected static array $globals
Résultat array

$staticAttributes protected_oe static_oe property

protected static array $staticAttributes
Résultat array

$superGlobalArrays protected_oe static_oe property

protected static array $superGlobalArrays
Résultat array

$superGlobalArraysLong protected_oe static_oe property

protected static array $superGlobalArraysLong
Résultat array