<?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';
You have javascript disabled. You will not be able to edit any code.