tidy_diagnose
    (PHP 5)
tidy_diagnose -- 
     Run configured diagnostics on parsed and repaired markup
    
Description
Procedural style:
bool 
tidy_diagnose ( resource tidy)
Object oriented style:
bool 
tidy->diagnose ( void )
     tidy_diagnose() runs diagnostic tests on the given
     resource.
    
    Returns TRUE on success or FALSE on failure.