Lines Matching refs:html_file
465 $html_file = null; variable
644 $html_file = fopen($argv[++$i], 'wt'); variable
645 $html_output = is_resource($html_file);
800 fwrite($html_file, "<hr/>\n" . get_summary(false, true));
807 fclose($html_file);
945 fclose($html_file);
2455 global $html_output, $html_file;
2458 fwrite($html_file, "<h2>Time Start: " . date('Y-m-d H:i:s', $start_time) . "</h2>\n");
2459 fwrite($html_file, "<table>\n");
2467 global $html_output, $html_file;
2470 fwrite($html_file, "</table>\n");
2471 fwrite($html_file, "<h2>Time End: " . date('Y-m-d H:i:s', $end_time) . "</h2>\n");
2479 global $html_output, $html_file;
2482 fwrite($html_file, "<hr/>\n" . get_summary(true, true));
2490 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2493 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) begin</td></tr>\n"…
2506 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2509 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) done</td></tr>\n");
2533 global $html_output, $html_file, $temp_target, $temp_urlbase, $line_length, $SHOW_ONLY_GROUPS;
2576 fwrite($html_file,