Searched refs:tidy_get_opt_doc (Results 1 – 4 of 4) sorted by relevance
2 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
833 function tidy_get_opt_doc(tidy $tidy, string $option): string|false {} function
200 ZEND_FUNCTION(tidy_get_opt_doc);243 ZEND_FE(tidy_get_opt_doc, arginfo_tidy_get_opt_doc)
1161 PHP_FUNCTION(tidy_get_opt_doc) in PHP_FUNCTION() argument
Completed in 11 milliseconds