Home
last modified time | relevance | path

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

/PHP-7.3/ext/tidy/tests/
H A D005.phpt2 tidy_parse_file()
7 $a = tidy_parse_file(dirname(__FILE__)."/005.html");
H A D005-mb.phpt2 tidy_parse_file()
7 $a = tidy_parse_file(dirname(__FILE__)."/005私はガラスを食べられます.html");
H A D015.phpt2 Passing configuration options through tidy_parse_file().
7 $tidy = tidy_parse_file(dirname(__FILE__)."/015.html", array('show-body-only'=>true));
H A D016.phpt2 Passing configuration file through tidy_parse_file() (may fail with buggy libtidy)
7 $tidy = tidy_parse_file(dirname(__FILE__)."/016.html",
/PHP-7.3/ext/tidy/
H A Dtidy.c247 static PHP_FUNCTION(tidy_parse_file);
417 PHP_FE(tidy_parse_file, arginfo_tidy_parse_file)
1288 static PHP_FUNCTION(tidy_parse_file) in PHP_FUNCTION() argument

Completed in 21 milliseconds