Home
last modified time | relevance | path

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

/PHP-7.4/ext/tidy/tests/
H A D005-mb.phpt2 tidy_parse_file()
7 $a = tidy_parse_file(__DIR__."/005私はガラスを食べられます.html");
H A D005.phpt2 tidy_parse_file()
7 $a = tidy_parse_file(__DIR__."/005.html");
H A D015.phpt2 Passing configuration options through tidy_parse_file().
7 $tidy = tidy_parse_file(__DIR__."/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(__DIR__."/016.html",
/PHP-7.4/ext/tidy/
H A Dtidy.c248 static PHP_FUNCTION(tidy_parse_file);
426 PHP_FE(tidy_parse_file, arginfo_tidy_parse_file)
1308 static PHP_FUNCTION(tidy_parse_file) in PHP_FUNCTION() argument

Completed in 22 milliseconds