3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); for ($i = 0; $i<10; $i++){ echo "<br> Line to show.\n"; ob_flush(); flush(); } var_dump(ob_get_status(true)); echo "Done."; ob_end_flush();

preferences:
30.83 ms | 402 KiB | 5 Q