smarty->getCompileDir() . 'hhvm' . str_replace(array('.', ','), '_', uniqid(rand(), true)) . '.php'; file_put_contents($tmp_file, file_get_contents($file)); $result = @include $tmp_file; @unlink($tmp_file); return $result; } }