Home
last modified time | relevance | path

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

/PHP-5.5/
H A Dserver-tests.php1554 $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);
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");
[all …]
H A Drun-tests.php1053 function error_report($testname, $logname, $tested) argument
1056 $logname = realpath($logname);
1061 echo $logname . "(1) : $tested\n";
1065 echo $logname . ":1: $tested\n";

Completed in 22 milliseconds