setlocale(LC_ALL, 'ru_RU.UTF-8');
header('Content-Type: text/html; charset=utf-8');
$out = file_get_contents("http://vseigru.net/igry-testy/19701-igra-gadalka-na-kazhdyj-den.html");
//echo $out;
preg_match("/<h1>Игра(.*)<\/h1>/u", $out, $tit);
var_dump($tit);