Lines Matching refs:html_file
471 $html_file = null; variable
662 $html_file = fopen($argv[++$i], 'wt'); variable
663 $html_output = is_resource($html_file);
821 fwrite($html_file, "<hr/>\n" . get_summary(false, true));
827 fclose($html_file);
965 fclose($html_file);
2487 global $html_output, $html_file;
2490 fwrite($html_file, "<h2>Time Start: " . date('Y-m-d H:i:s', $start_time) . "</h2>\n");
2491 fwrite($html_file, "<table>\n");
2499 global $html_output, $html_file;
2502 fwrite($html_file, "</table>\n");
2503 fwrite($html_file, "<h2>Time End: " . date('Y-m-d H:i:s', $end_time) . "</h2>\n");
2511 global $html_output, $html_file;
2514 fwrite($html_file, "<hr/>\n" . get_summary(true, true));
2522 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2525 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) begin</td></tr>\n"…
2538 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2541 …fwrite($html_file, "<tr><td colspan='3'>---> $tests ($tested [$tested_file]) done</td></tr>\n");
2565 global $html_output, $html_file, $temp_target, $temp_urlbase, $line_length, $SHOW_ONLY_GROUPS;
2608 fwrite($html_file,