Searched refs:iniSet (Results 1 – 3 of 3) sorted by relevance
6 $this->iniSet('error_reporting', E_ALL | E_NOTICE);12 $this->iniSet('error_reporting', E_ALL | E_NOTICE);
109 …$this->iniSet('open_basedir', \dirname(\PHP_BINARY).(!\defined('HHVM_VERSION') || HHVM_VERSION_ID …127 …$this->iniSet('open_basedir', \PHP_BINARY.(!\defined('HHVM_VERSION') || HHVM_VERSION_ID >= 30800 ?…
1368 protected function iniSet($varName, $newValue) function in PHPUnit_Framework_TestCase