Lines Matching refs:logname
1554 $logname = preg_replace('/\.phpt$/','.exp',$file);
1555 file_put_contents($logname,$wanted);
1560 $logname = preg_replace('/\.phpt$/','.out',$file);
1561 file_put_contents($logname,$output);
1566 $logname = preg_replace('/\.phpt$/','.diff',$file);
1567 file_put_contents($logname,generate_diff($wanted,$output));
1572 $logname = preg_replace('/\.phpt$/','.log',$file);
1573 file_put_contents($logname,
1579 $this->error_report($file,$logname,$tested);
1588 function error_report($testname,$logname,$tested) argument
1591 $logname = realpath($logname);
1596 $this->writemsg($logname . "(1) : $tested\n");
1600 $this->writemsg($logname . ":1: $tested\n");