Home
last modified time | relevance | path

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

/PHP-7.0/
H A Dserver-tests.php448 public $inisettings; // the test executables settings, used for web tests variable in testHarness
534 $this->inisettings = unserialize($out);
1194 $haveval = isset($this->inisettings[$k]['local_value']);
1198 if (strpos($this->inisettings[$k]['local_value'],$this->cwd))
1201 if (($haveval && $this->inisettings[$k]['local_value'] != $v) || (!$haveval && $v)) {
1202 …'SKIPPED', "Test requires ini setting $k=[$v], not [".($haveval?$this->inisettings[$k]['local_valu…

Completed in 7 milliseconds