Searched defs:tidy (Results 1 – 2 of 2) sorted by relevance
818 function tidy_get_output(tidy $tidy): string {} argument828 function tidy_diagnose(tidy $tidy): bool {} argument836 function tidy_get_config(tidy $tidy): array {} argument838 function tidy_get_status(tidy $tidy): int {} argument840 function tidy_get_html_ver(tidy $tidy): int {} argument842 function tidy_is_xhtml(tidy $tidy): bool {} argument844 function tidy_is_xml(tidy $tidy): bool {} argument846 function tidy_error_count(tidy $tidy): int {} argument850 function tidy_access_count(tidy $tidy): int {} argument852 function tidy_config_count(tidy $tidy): int {} argument[all …]
180 ZEND_GET_MODULE(tidy) in ZEND_GET_MODULE() argument828 static PHP_MINIT_FUNCTION(tidy) in PHP_MINIT_FUNCTION() argument860 static PHP_RINIT_FUNCTION(tidy) in PHP_RINIT_FUNCTION() argument871 static PHP_RSHUTDOWN_FUNCTION(tidy) in PHP_RSHUTDOWN_FUNCTION() argument878 static PHP_MSHUTDOWN_FUNCTION(tidy) in PHP_MSHUTDOWN_FUNCTION() argument884 static PHP_MINFO_FUNCTION(tidy) in PHP_MINFO_FUNCTION() argument1352 PHP_METHOD(tidy, __construct) in PHP_METHOD() argument1399 PHP_METHOD(tidy, parseFile) in PHP_METHOD() argument1436 PHP_METHOD(tidy, parseString) in PHP_METHOD() argument
Completed in 9 milliseconds