Lines Matching refs:html_file
466 $html_file = null; variable
657 $html_file = fopen($argv[++$i], 'wt'); variable
658 $html_output = is_resource($html_file);
817 fwrite($html_file, "<hr/>\n" . get_summary(false, true));
824 fclose($html_file);
962 fclose($html_file);
2484 global $html_output, $html_file;
2487 fwrite($html_file, "<h2>Time Start: " . date('Y-m-d H:i:s', $start_time) . "</h2>\n");
2488 fwrite($html_file, "<table>\n");
2496 global $html_output, $html_file;
2499 fwrite($html_file, "</table>\n");
2500 fwrite($html_file, "<h2>Time End: " . date('Y-m-d H:i:s', $end_time) . "</h2>\n");
2508 global $html_output, $html_file;
2511 fwrite($html_file, "<hr/>\n" . get_summary(true, true));
2519 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2522 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) begin</td></tr>\n"…
2535 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2538 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) done</td></tr>\n");
2562 global $html_output, $html_file, $temp_target, $temp_urlbase, $line_length, $SHOW_ONLY_GROUPS;
2605 fwrite($html_file,