3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(function ($buffer) { // return ''; throw new \Exception('x'); }); echo 5; try { ob_flush(); } catch (\Exception $e) { echo $e; }

preferences:
29.12 ms | 405 KiB | 5 Q