Home
last modified time | relevance | path

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

/PHP-7.0/ext/recode/tests/
H A D002.phpt17 $html_file = fopen(realpath(dirname(__FILE__)) . '/html.raw', 'r');
21 recode_file('html..utf8', $html_file, $utf_8_file);
26 fclose($html_file);
/PHP-7.0/
H A Drun-tests.php508 $html_file = null; variable
702 $html_file = fopen($argv[++$i], 'wt'); variable
703 $html_output = is_resource($html_file);
867 fclose($html_file);
1005 fclose($html_file);
2586 global $html_output, $html_file;
2590 fwrite($html_file, "<table>\n");
2598 global $html_output, $html_file;
2601 fwrite($html_file, "</table>\n");
2610 global $html_output, $html_file;
[all …]

Completed in 12 milliseconds