Searched refs:exportVariable (Results 1 – 2 of 2) sorted by relevance
92 self::exportVariable($key),93 self::exportVariable($value)114 self::exportVariable($value)142 self::exportVariable($GLOBALS[$superGlobalArray][$key])156 self::exportVariable($GLOBALS[$key])179 protected static function exportVariable($variable) function in PHPUnit_Util_GlobalState
31 $this->exportVariable($value)49 $this->exportVariable($key),50 $this->exportVariable($value)61 private function exportVariable($variable) function in SebastianBergmann\\GlobalState\\CodeExporter