<?php $html = '<p>test</i> <bogustag>bogus</bogustag>';$tidy = tidy_parse_string($html); echo tidy_error_count($tidy) . "\n"; //1echo tidy_warning_count($tidy) . "\n"; //5?>