Prova questa regex:
Codice PHP:
preg_match_all('/<(?=[^<>]*onclick="[^"]*")[^<>]+>/is',$html,$mth);
//print_r($mth);