prova con questa:

codice:
$word='tutti';
$rex = '/(\w+\W+){1,10}'.$word.'(\W+\w+){1,10}/';
preg_match( $rex,$frase,$match );
echo $match[0] ;