Home
last modified time | relevance | path

Searched refs:superGlobalVariables (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php120 $superGlobalVariables = $snapshot->superGlobalVariables();
124 isset($superGlobalVariables[$superGlobalArray])) {
128 $superGlobalVariables[$superGlobalArray]
133 if (isset($superGlobalVariables[$superGlobalArray][$key])) {
134 … $GLOBALS[$superGlobalArray][$key] = $superGlobalVariables[$superGlobalArray][$key];
H A DSnapshot.php39 private $superGlobalVariables = array(); variable in SebastianBergmann\\GlobalState\\Snapshot
160 public function superGlobalVariables() function in SebastianBergmann\\GlobalState\\Snapshot
162 return $this->superGlobalVariables;
325 $this->superGlobalVariables[$superGlobalArray] = array();
329 … $this->superGlobalVariables[$superGlobalArray][$key] = unserialize(serialize($value));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php2349 $before->superGlobalVariables(),
2350 $after->superGlobalVariables(),