Searched refs:html_file (Results 1 – 1 of 1) sorted by relevance
466 $html_file = null; variable657 $html_file = fopen($argv[++$i], 'wt'); variable658 $html_output = is_resource($html_file);824 fclose($html_file);962 fclose($html_file);2484 global $html_output, $html_file;2488 fwrite($html_file, "<table>\n");2496 global $html_output, $html_file;2499 fwrite($html_file, "</table>\n");2508 global $html_output, $html_file;[all …]
Completed in 11 milliseconds