Home
last modified time | relevance | path

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

/PHP-8.2/ext/tidy/
H A Dtidy.stub.php818 function tidy_get_output(tidy $tidy): string {} argument
828 function tidy_diagnose(tidy $tidy): bool {} argument
836 function tidy_get_config(tidy $tidy): array {} argument
838 function tidy_get_status(tidy $tidy): int {} argument
840 function tidy_get_html_ver(tidy $tidy): int {} argument
842 function tidy_is_xhtml(tidy $tidy): bool {} argument
844 function tidy_is_xml(tidy $tidy): bool {} argument
846 function tidy_error_count(tidy $tidy): int {} argument
850 function tidy_access_count(tidy $tidy): int {} argument
852 function tidy_config_count(tidy $tidy): int {} argument
[all …]
H A Dtidy.c178 ZEND_GET_MODULE(tidy) in ZEND_GET_MODULE() argument
832 static PHP_MINIT_FUNCTION(tidy) in PHP_MINIT_FUNCTION() argument
864 static PHP_RINIT_FUNCTION(tidy) in PHP_RINIT_FUNCTION() argument
875 static PHP_RSHUTDOWN_FUNCTION(tidy) in PHP_RSHUTDOWN_FUNCTION() argument
882 static PHP_MSHUTDOWN_FUNCTION(tidy) in PHP_MSHUTDOWN_FUNCTION() argument
888 static PHP_MINFO_FUNCTION(tidy) in PHP_MINFO_FUNCTION() argument
1357 PHP_METHOD(tidy, __construct) in PHP_METHOD() argument
1401 PHP_METHOD(tidy, parseFile) in PHP_METHOD() argument
1442 PHP_METHOD(tidy, parseString) in PHP_METHOD() argument

Completed in 30 milliseconds