Searched refs:tidy_get_opt_doc (Results 1 – 3 of 3) sorted by relevance
2 tidy_get_opt_doc()4 <?php if (!extension_loaded("tidy") || !function_exists('tidy_get_opt_doc')) print "skip"; ?>8 var_dump(tidy_get_opt_doc(new tidy, 'some_bogus_cfg'));12 var_dump(strlen(tidy_get_opt_doc($t, 'wrap')) > 99);15 Warning: tidy_get_opt_doc(): Unknown Tidy Configuration Option 'some_bogus_cfg' in %s021.php on lin…
246 static PHP_FUNCTION(tidy_get_opt_doc);398 PHP_FE(tidy_get_opt_doc, arginfo_tidy_get_opt_doc)420 TIDY_METHOD_MAP(getOptDoc, tidy_get_opt_doc, NULL)1368 static PHP_FUNCTION(tidy_get_opt_doc) in PHP_FUNCTION() argument
10636 - Added the tidy_get_opt_doc() function to return documentation for
Completed in 62 milliseconds