<?php
header("Content-Type: text/event-stream");
?>

data: first

<?php
sleep(2)
?>

data: second
