3v4l.org

run code in 300+ PHP versions simultaneously
<?php header( 'Content-type: text/html; charset=utf-8' ); echo 'Begin ...<br />'; for( $i = 0 ; $i < 10 ; $i++ ) { echo $i . '<br />'; flush(); ob_flush(); sleep(1); } echo 'End ...<br />';

preferences:
55.51 ms | 402 KiB | 5 Q