Searched refs:tidy_get_opt_doc (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/tidy/tests/ |
H A D | 021.phpt | 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
|
/PHP-8.2/ext/tidy/ |
H A D | config.w32 | 22 AC_DEFINE('HAVE_TIDYOPTGETDOC', 1, "tidy_get_opt_doc function")
|
H A D | tidy_arginfo.h | 197 ZEND_FUNCTION(tidy_get_opt_doc); 239 ZEND_FE(tidy_get_opt_doc, arginfo_tidy_get_opt_doc) 273 ZEND_ME_MAPPING(getOptDoc, tidy_get_opt_doc, arginfo_class_tidy_getOptDoc, ZEND_ACC_PUBLIC)
|
H A D | tidy.stub.php | 833 function tidy_get_opt_doc(tidy $tidy, string $option): string|false {} function
|
H A D | tidy.c | 1165 PHP_FUNCTION(tidy_get_opt_doc) in PHP_FUNCTION() argument
|
Completed in 14 milliseconds