function getHtml(){ ob_start(); ?> <p> Olá! </p> <?php return ob_get_clean(); } $html = getHtml(); echo $html;