Home
last modified time | relevance | path

Searched refs:tidy_get_opt_doc (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/tidy/tests/
H A D021.phpt2 tidy_get_opt_doc()
6 <?php if (!function_exists('tidy_get_opt_doc')) print "skip"; ?>
11 tidy_get_opt_doc(new tidy, 'some_bogus_cfg');
18 var_dump(strlen(tidy_get_opt_doc($t, 'wrap')) > 99);
21 tidy_get_opt_doc(): Argument #2 ($option) is an invalid configuration option, "some_bogus_cfg" given
/php-src/ext/tidy/
H A Dtidy.stub.php833 function tidy_get_opt_doc(tidy $tidy, string $option): string|false {} function
H A Dtidy_arginfo.h200 ZEND_FUNCTION(tidy_get_opt_doc);
243 ZEND_FE(tidy_get_opt_doc, arginfo_tidy_get_opt_doc)
H A Dtidy.c1161 PHP_FUNCTION(tidy_get_opt_doc) in PHP_FUNCTION() argument

Completed in 12 milliseconds