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);2487 global $html_output, $html_file;2491 fwrite($html_file, "<table>\n");2499 global $html_output, $html_file;2502 fwrite($html_file, "</table>\n");2511 global $html_output, $html_file;[all …]
Completed in 11 milliseconds