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_start(); ob_flush(); flush(); } var_dump(ob_get_status(true)); echo "Done."; ob_end_flush();
Output for 5.4.4 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.33, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. array(11) { [0]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(112) ["level"]=> int(0) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [1]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(20592) ["level"]=> int(1) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [2]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(20592) ["level"]=> int(2) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [3]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(20592) ["level"]=> int(3) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [4]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(20592) ["level"]=> int(4) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [5]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(20592) ["level"]=> int(5) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [6]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(20592) ["level"]=> int(6) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [7]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(20592) ["level"]=> int(7) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [8]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(20592) ["level"]=> int(8) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [9]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(20592) ["level"]=> int(9) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [10]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(20592) ["level"]=> int(10) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(0) } } Done.
Output for 5.4.0 - 5.4.3
<br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. array(11) { [0]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(112) ["level"]=> int(0) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [1]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(4208) ["level"]=> int(1) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [2]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(4208) ["level"]=> int(2) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [3]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(4208) ["level"]=> int(3) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [4]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(4208) ["level"]=> int(4) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [5]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(4208) ["level"]=> int(5) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [6]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(4208) ["level"]=> int(6) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [7]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(4208) ["level"]=> int(7) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [8]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(4208) ["level"]=> int(8) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [9]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(4208) ["level"]=> int(9) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(19) } [10]=> array(7) { ["name"]=> string(22) "default output handler" ["type"]=> int(0) ["flags"]=> int(4208) ["level"]=> int(10) ["chunk_size"]=> int(0) ["buffer_size"]=> int(16384) ["buffer_used"]=> int(0) } } Done.
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
<br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. <br> Line to show. array(11) { [0]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(0) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } [1]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(1) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } [2]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(1) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } [3]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(1) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } [4]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(1) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } [5]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(1) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } [6]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(1) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } [7]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(1) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } [8]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(1) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } [9]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(1) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } [10]=> array(7) { ["chunk_size"]=> int(0) ["size"]=> int(40960) ["block_size"]=> int(10240) ["type"]=> int(1) ["status"]=> int(1) ["name"]=> string(22) "default output handler" ["del"]=> bool(true) } } Done.

preferences:
317.09 ms | 410 KiB | 424 Q