Searched defs:tidy (Results 1 – 2 of 2) sorted by relevance
9 function tidy_get_output(tidy $tidy): string {} argument13 function tidy_clean_repair(tidy $tidy): bool {} argument19 function tidy_diagnose(tidy $tidy): bool {} argument27 function tidy_get_config(tidy $tidy): array {} argument29 function tidy_get_status(tidy $tidy): int {} argument31 function tidy_get_html_ver(tidy $tidy): int {} argument33 function tidy_is_xhtml(tidy $tidy): bool {} argument35 function tidy_is_xml(tidy $tidy): bool {} argument37 function tidy_error_count(tidy $tidy): int {} argument41 function tidy_access_count(tidy $tidy): int {} argument[all …]
240 ZEND_GET_MODULE(tidy) in ZEND_GET_MODULE() argument812 static PHP_MINIT_FUNCTION(tidy) in PHP_MINIT_FUNCTION() argument845 static PHP_RINIT_FUNCTION(tidy) in PHP_RINIT_FUNCTION() argument856 static PHP_RSHUTDOWN_FUNCTION(tidy) in PHP_RSHUTDOWN_FUNCTION() argument863 static PHP_MSHUTDOWN_FUNCTION(tidy) in PHP_MSHUTDOWN_FUNCTION() argument869 static PHP_MINFO_FUNCTION(tidy) in PHP_MINFO_FUNCTION() argument1340 PHP_METHOD(tidy, __construct) in PHP_METHOD() argument1380 PHP_METHOD(tidy, parseFile) in PHP_METHOD() argument1422 PHP_METHOD(tidy, parseString) in PHP_METHOD() argument
Completed in 9 milliseconds