Home
last modified time | relevance | path

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

/PHP-8.1/ext/tidy/
H A Dtidy.stub.php9 function tidy_get_output(tidy $tidy): string {} argument
13 function tidy_clean_repair(tidy $tidy): bool {} argument
19 function tidy_diagnose(tidy $tidy): bool {} argument
27 function tidy_get_config(tidy $tidy): array {} argument
29 function tidy_get_status(tidy $tidy): int {} argument
31 function tidy_get_html_ver(tidy $tidy): int {} argument
33 function tidy_is_xhtml(tidy $tidy): bool {} argument
35 function tidy_is_xml(tidy $tidy): bool {} argument
37 function tidy_error_count(tidy $tidy): int {} argument
41 function tidy_access_count(tidy $tidy): int {} argument
[all …]
H A Dtidy.c240 ZEND_GET_MODULE(tidy) in ZEND_GET_MODULE() argument
812 static PHP_MINIT_FUNCTION(tidy) in PHP_MINIT_FUNCTION() argument
845 static PHP_RINIT_FUNCTION(tidy) in PHP_RINIT_FUNCTION() argument
856 static PHP_RSHUTDOWN_FUNCTION(tidy) in PHP_RSHUTDOWN_FUNCTION() argument
863 static PHP_MSHUTDOWN_FUNCTION(tidy) in PHP_MSHUTDOWN_FUNCTION() argument
869 static PHP_MINFO_FUNCTION(tidy) in PHP_MINFO_FUNCTION() argument
1340 PHP_METHOD(tidy, __construct) in PHP_METHOD() argument
1380 PHP_METHOD(tidy, parseFile) in PHP_METHOD() argument
1422 PHP_METHOD(tidy, parseString) in PHP_METHOD() argument

Completed in 9 milliseconds