Home
last modified time | relevance | path

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

/PHP-7.3/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.3/
H A Drun-tests.php505 $html_file = null; variable
694 $html_file = fopen($argv[++$i], 'wt'); variable
695 $html_output = is_resource($html_file);
868 fclose($html_file);
1010 fclose($html_file);
2610 global $html_output, $html_file;
2614 fwrite($html_file, "<table>\n");
2622 global $html_output, $html_file;
2625 fwrite($html_file, "</table>\n");
2634 global $html_output, $html_file;
[all …]

Completed in 12 milliseconds