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";

preferences:
34.89 ms | 402 KiB | 5 Q