Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds