Lines Matching refs:logname
1501 $logname = ereg_replace('\.phpt$','.exp',$file);
1502 file_put_contents($logname,$wanted);
1507 $logname = ereg_replace('\.phpt$','.out',$file);
1508 file_put_contents($logname,$output);
1513 $logname = ereg_replace('\.phpt$','.diff',$file);
1514 file_put_contents($logname,generate_diff($wanted,$output));
1519 $logname = ereg_replace('\.phpt$','.log',$file);
1520 file_put_contents($logname,
1526 $this->error_report($file,$logname,$tested);
1535 function error_report($testname,$logname,$tested) argument
1538 $logname = realpath($logname);
1543 $this->writemsg($logname . "(1) : $tested\n");
1547 $this->writemsg($logname . ":1: $tested\n");