Home
last modified time | relevance | path

Searched defs:tidy (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/tidy/examples/
H A Dcleanhtml5.php19 $tidy = tidy_parse_string($data); variable
21 $tidy = tidy_parse_file($_SERVER['argv'][1]); variable
H A Ddumpit5.php15 $tidy = tidy_parse_file($_SERVER['argv'][1]); variable
/PHP-5.5/ext/tidy/
H A Dtidy.c469 ZEND_GET_MODULE(tidy) in ZEND_GET_MODULE() argument
1066 static PHP_MINIT_FUNCTION(tidy) in PHP_MINIT_FUNCTION() argument
1088 static PHP_RINIT_FUNCTION(tidy) in PHP_RINIT_FUNCTION() argument
1095 static PHP_MSHUTDOWN_FUNCTION(tidy) in PHP_MSHUTDOWN_FUNCTION() argument
1101 static PHP_MINFO_FUNCTION(tidy) in PHP_MINFO_FUNCTION() argument

Completed in 12 milliseconds