3v4l.org

run code in 300+ PHP versions simultaneously
<?php $buffer = -1; function callback($output) { global $buffer; $buffer = $output; return $output; } ob_start('callback'); echo 'hello'; ob_get_clean(); var_dump($buffer);

preferences:
42.54 ms | 402 KiB | 5 Q