Home
last modified time | relevance | path

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

/PHP-7.0/
H A Dserver-tests.php1553 $logname = preg_replace('/\.phpt$/','.exp',$file);
1554 file_put_contents($logname,$wanted);
1559 $logname = preg_replace('/\.phpt$/','.out',$file);
1560 file_put_contents($logname,$output);
1571 $logname = preg_replace('/\.phpt$/','.log',$file);
1572 file_put_contents($logname,
1578 $this->error_report($file,$logname,$tested);
1587 function error_report($testname,$logname,$tested) argument
1590 $logname = realpath($logname);
1595 $this->writemsg($logname . "(1) : $tested\n");
[all …]
H A Drun-tests.php1093 function error_report($testname, $logname, $tested) argument
1096 $logname = realpath($logname);
1101 echo $logname . "(1) : $tested\n";
1105 echo $logname . ":1: $tested\n";

Completed in 14 milliseconds