Home
last modified time | relevance | path

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

/PHP-8.1/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",
H A Dparsing_inexistent_file.phpt11 var_dump(tidy_parse_file("does_not_exist.html"));
19 Warning: tidy_parse_file(): Cannot load "does_not_exist.html" into memory in %s on line %d
H A Dparsing_file_too_large.phpt39 var_dump(tidy_parse_file($path));
/PHP-8.1/ext/tidy/
H A Dtidy.stub.php11 function tidy_parse_file(string $filename, array|string|null $config = null, ?string $encoding = nu… function
H A Dtidy_arginfo.h190 ZEND_FUNCTION(tidy_parse_file);
232 ZEND_FE(tidy_parse_file, arginfo_tidy_parse_file)
H A Dtidy.c1045 PHP_FUNCTION(tidy_parse_file) in PHP_FUNCTION() argument

Completed in 17 milliseconds