Lines Matching refs:logname
1541 $logname = preg_replace('/\.phpt$/','.exp',$file);
1542 file_put_contents($logname,$wanted);
1547 $logname = preg_replace('/\.phpt$/','.out',$file);
1548 file_put_contents($logname,$output);
1553 $logname = preg_replace('/\.phpt$/','.diff',$file);
1554 file_put_contents($logname,generate_diff($wanted,$output));
1559 $logname = preg_replace('/\.phpt$/','.log',$file);
1560 file_put_contents($logname,
1566 $this->error_report($file,$logname,$tested);
1575 function error_report($testname,$logname,$tested) argument
1578 $logname = realpath($logname);
1583 $this->writemsg($logname . "(1) : $tested\n");
1587 $this->writemsg($logname . ":1: $tested\n");