$str = array('first', 'second', 'third'); if(in_string($string, $str)) echo 'ok';
if(strstr($str, $one) || strstr($str, $second) || ...)