Searched refs:tidy_parse_file (Results 1 – 9 of 9) sorted by relevance
2 tidy_parse_file()7 $a = tidy_parse_file(__DIR__."/005私はガラスを食べられます.html");
2 tidy_parse_file()7 $a = tidy_parse_file(__DIR__."/005.html");
2 Passing configuration options through tidy_parse_file().7 $tidy = tidy_parse_file(__DIR__."/015.html", array('show-body-only'=>true));
2 Passing configuration file through tidy_parse_file() (may fail with buggy libtidy)7 $tidy = tidy_parse_file(__DIR__."/016.html",
11 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
39 var_dump(tidy_parse_file($path));
11 function tidy_parse_file(string $filename, array|string|null $config = null, ?string $encoding = nu… function
190 ZEND_FUNCTION(tidy_parse_file);232 ZEND_FE(tidy_parse_file, arginfo_tidy_parse_file)
1045 PHP_FUNCTION(tidy_parse_file) in PHP_FUNCTION() argument
Completed in 14 milliseconds