3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(chunk_size: 5); echo 'You can see this because no callback was specified'; ob_start(fn() => null, chunk_size: 5); echo 'But you shouldn\'t see this';

preferences:
50.69 ms | 848 KiB | 5 Q