<?php

ob_start();

echo ("This is a test\n");
echo ("More content\n");

ob_end_flush(); 
?>
