PHP Encontre múltiplas strings em string

if(preg_match('(bad|naughty)', $data) === 1) { } 
Anxious Alpaca