Lines Matching refs:html_file
495 $html_file = null; variable
696 $html_file = fopen($argv[++$i], 'wt'); variable
697 $html_output = is_resource($html_file);
864 fwrite($html_file, "<hr/>\n" . get_summary(false, true));
870 fclose($html_file);
1014 fclose($html_file);
2649 global $html_output, $html_file;
2652 fwrite($html_file, "<h2>Time Start: " . date('Y-m-d H:i:s', $start_time) . "</h2>\n");
2653 fwrite($html_file, "<table>\n");
2661 global $html_output, $html_file;
2664 fwrite($html_file, "</table>\n");
2665 fwrite($html_file, "<h2>Time End: " . date('Y-m-d H:i:s', $end_time) . "</h2>\n");
2673 global $html_output, $html_file;
2676 fwrite($html_file, "<hr/>\n" . get_summary(true, true));
2684 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2687 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) begin</td></tr>\n"…
2700 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2703 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) done</td></tr>\n");
2727 global $html_output, $html_file, $temp_target, $temp_urlbase, $line_length, $SHOW_ONLY_GROUPS;
2770 fwrite($html_file,