Home
last modified time | relevance | path

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

/PHP-5.5/
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);
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 9 milliseconds