Searched refs:tidy_parse_file (Results 1 – 10 of 10) 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",
16 echo "=== tidy_parse_file ===\n";17 tidy_parse_file(__DIR__.'/open_basedir/test.html', 'my_config_file.ini');37 === tidy_parse_file ===39 Warning: tidy_parse_file(): open_basedir restriction in effect. File(my_config_file.ini) is not wit…
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
40 var_dump(tidy_parse_file($path));
820 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)
1063 PHP_FUNCTION(tidy_parse_file) in PHP_FUNCTION() argument
Completed in 16 milliseconds