Searched refs:logname (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ |
H A D | server-tests.php | 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); 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 D | run-tests.php | 1033 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 13 milliseconds