Home
last modified time | relevance | path

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

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