Lines Matching refs:html_file
508 $html_file = null; variable
702 $html_file = fopen($argv[++$i], 'wt'); variable
703 $html_output = is_resource($html_file);
861 fwrite($html_file, "<hr/>\n" . get_summary(false, true));
867 fclose($html_file);
1005 fclose($html_file);
2586 global $html_output, $html_file;
2589 fwrite($html_file, "<h2>Time Start: " . date('Y-m-d H:i:s', $start_time) . "</h2>\n");
2590 fwrite($html_file, "<table>\n");
2598 global $html_output, $html_file;
2601 fwrite($html_file, "</table>\n");
2602 fwrite($html_file, "<h2>Time End: " . date('Y-m-d H:i:s', $end_time) . "</h2>\n");
2610 global $html_output, $html_file;
2613 fwrite($html_file, "<hr/>\n" . get_summary(true, true));
2621 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2624 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) begin</td></tr>\n"…
2637 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2640 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) done</td></tr>\n");
2664 global $html_output, $html_file, $temp_target, $temp_urlbase, $line_length, $SHOW_ONLY_GROUPS;
2707 fwrite($html_file,