Home
last modified time | relevance | path

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

/PHP-5.3/ext/tidy/tests/
H A D005.phpt2 tidy_parse_file()
7 $a = tidy_parse_file(dirname(__FILE__)."/005.html");
H A D015.phpt2 Passing configuration options through tidy_parse_file().
7 $tidy = tidy_parse_file(dirname(__FILE__)."/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(dirname(__FILE__)."/016.html", dirname(__FILE__)."/016.tcfg");
/PHP-5.3/ext/tidy/examples/
H A Dcleanhtml.php21 tidy_parse_file($_SERVER['argv'][1]);
H A Dcleanhtml5.php21 $tidy = tidy_parse_file($_SERVER['argv'][1]);
H A Durlgrab5.php36 $a = tidy_parse_file($_SERVER['argv'][1]);
H A Ddumpit5.php15 $tidy = tidy_parse_file($_SERVER['argv'][1]);
/PHP-5.3/ext/tidy/
H A Dtidy.c229 static PHP_FUNCTION(tidy_parse_file);
383 PHP_FE(tidy_parse_file, arginfo_tidy_parse_file)
1220 static PHP_FUNCTION(tidy_parse_file) in PHP_FUNCTION() argument

Completed in 19 milliseconds