<?php

ob_start();

echo "Olá mundo";

header('content-type: text/plain;');


var_dump(ob_get_contents());