Home
last modified time | relevance | path

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

/PHP-5.3/
H A Dserver-tests.php1501 $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);
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");
[all …]
H A Drun-tests.php1033 function error_report($testname, $logname, $tested) argument
1036 $logname = realpath($logname);
1041 echo $logname . "(1) : $tested\n";
1045 echo $logname . ":1: $tested\n";

Completed in 18 milliseconds