Searched refs:html_file (Results 1 – 1 of 1) sorted by relevance
471 $html_file = null; variable662 $html_file = fopen($argv[++$i], 'wt'); variable663 $html_output = is_resource($html_file);827 fclose($html_file);965 fclose($html_file);2491 global $html_output, $html_file;2495 fwrite($html_file, "<table>\n");2503 global $html_output, $html_file;2506 fwrite($html_file, "</table>\n");2515 global $html_output, $html_file;[all …]
Completed in 9 milliseconds