<?php

$fileContent = '<div class="panel-body">
    {toChangeOne}{toChangeTwo}
                            {  
                    toChangeTree
                    }
</div>';

$fileContent = preg_replace('~\{.*?\}~sm', 'myReplace', $fileContent);

print $fileContent;