Home
last modified time | relevance | path

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

/PHP-5.4/
H A Drun-tests.php466 $html_file = null; variable
657 $html_file = fopen($argv[++$i], 'wt'); variable
658 $html_output = is_resource($html_file);
824 fclose($html_file);
962 fclose($html_file);
2484 global $html_output, $html_file;
2488 fwrite($html_file, "<table>\n");
2496 global $html_output, $html_file;
2499 fwrite($html_file, "</table>\n");
2508 global $html_output, $html_file;
[all …]

Completed in 11 milliseconds