Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/tidy/
H A Dtidy_arginfo.h176 ZEND_FUNCTION(tidy_parse_file);
218 ZEND_FE(tidy_parse_file, arginfo_tidy_parse_file)
H A Dtidy.stub.php11 function tidy_parse_file(string $filename, array|string|null $config = null, ?string $encoding = nu… function
H A Dtidy.c1064 PHP_FUNCTION(tidy_parse_file) in PHP_FUNCTION() argument

Completed in 13 milliseconds