3v4l.org

run code in 300+ PHP versions simultaneously
<?php function callback($data) { throw new Exception('test'); return $data . ' - called'; } ob_start('callback'); echo "hi"; ob_end_flush();

preferences:
35.23 ms | 402 KiB | 5 Q