Home
last modified time | relevance | path

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

/PHP-7.2/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-7.2/ext/tidy/
H A Dtidy.c476 ZEND_GET_MODULE(tidy) in ZEND_GET_MODULE() argument
1040 static PHP_MINIT_FUNCTION(tidy) in PHP_MINIT_FUNCTION() argument
1065 static PHP_RINIT_FUNCTION(tidy) in PHP_RINIT_FUNCTION() argument
1076 static PHP_MSHUTDOWN_FUNCTION(tidy) in PHP_MSHUTDOWN_FUNCTION() argument
1082 static PHP_MINFO_FUNCTION(tidy) in PHP_MINFO_FUNCTION() argument

Completed in 8 milliseconds