Home
last modified time | relevance | path

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

/PHP-7.3/
H A Dserver-tests.php440 public $inisettings; // the test executables settings, used for web tests variable in testHarness
525 $this->inisettings = unserialize($out);
1182 $haveval = isset($this->inisettings[$k]['local_value']);
1186 if (strpos($this->inisettings[$k]['local_value'],$this->cwd))
1189 if (($haveval && $this->inisettings[$k]['local_value'] != $v) || (!$haveval && $v)) {
1190 …'SKIPPED', "Test requires ini setting $k=[$v], not [".($haveval?$this->inisettings[$k]['local_valu…

Completed in 6 milliseconds