Searched refs:html_file (Results 1 – 1 of 1) sorted by relevance
465 $html_file = null; variable644 $html_file = fopen($argv[++$i], 'wt'); variable645 $html_output = is_resource($html_file);807 fclose($html_file);945 fclose($html_file);2455 global $html_output, $html_file;2459 fwrite($html_file, "<table>\n");2467 global $html_output, $html_file;2470 fwrite($html_file, "</table>\n");2479 global $html_output, $html_file;[all …]
Completed in 17 milliseconds