Lines Matching refs:cwd
160 function execute($command, $args=NULL, $input=NULL, $cwd=NULL, $env=NULL) argument
171 $pipes, $cwd, $env);
210 function executeCode($php, $ini_overwrites, $code, $remove_headers=true, $cwd=NULL, $env=NULL) argument
218 $out = execute($php, $params, $code, $cwd, $env);
404 public $cwd; variable in testHarness
483 $this->cwd = getcwd();
486 $this->conf['TEST_PHP_SRCDIR'] = $this->cwd;
555 function runscript($script,$removeheaders=false,$cwd=NULL) argument
559 if (!$cwd) $cwd = $this->conf['TEST_BASE_PATH'];
560 $tmp_file = "$cwd$pi";
561 $pi = substr($cwd,strlen($this->conf['TEST_BASE_PATH'])) . $pi;
578 …($this->conf['TEST_PHP_EXECUTABLE'],$this->ini_overwrites, $script,$removeheaders,$cwd,$this->env);
720 …$ta = strpos($a, "{$this->cwd}/tests")===0 ? 1 + (strpos($a, "{$this->cwd}/tests/run-test")===0 ? …
721 …$tb = strpos($b, "{$this->cwd}/tests")===0 ? 1 + (strpos($b, "{$this->cwd}/tests/run-test")===0 ? …
773 $exeinfo = "CWD : {$this->cwd}\n".
1087 $cwd = str_replace('\\','/',$this->cwd);
1186 if (strpos($this->inisettings[$k]['local_value'],$this->cwd))
1378 $out = execute($this->conf['TEST_PHP_EXECUTABLE'],$args,$post,$this->cwd,$env);