Home
last modified time | relevance | path

Searched refs:html_file (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/
H A Drun-tests.php465 $html_file = null; variable
644 $html_file = fopen($argv[++$i], 'wt'); variable
645 $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