Home
last modified time | relevance | path

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

/php-src/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.c191 ZEND_GET_MODULE(tidy) in ZEND_GET_MODULE() argument
827 static PHP_MINIT_FUNCTION(tidy) in PHP_MINIT_FUNCTION() argument
859 static PHP_RINIT_FUNCTION(tidy) in PHP_RINIT_FUNCTION() argument
870 static PHP_RSHUTDOWN_FUNCTION(tidy) in PHP_RSHUTDOWN_FUNCTION() argument
877 static PHP_MSHUTDOWN_FUNCTION(tidy) in PHP_MSHUTDOWN_FUNCTION() argument
883 static PHP_MINFO_FUNCTION(tidy) in PHP_MINFO_FUNCTION() argument
1354 PHP_METHOD(tidy, __construct) in PHP_METHOD() argument
1394 PHP_METHOD(tidy, parseFile) in PHP_METHOD() argument
1436 PHP_METHOD(tidy, parseString) in PHP_METHOD() argument

Completed in 15 milliseconds