<?php ob_start(function ($buffer) { // return ''; throw new \Exception('x'); }); echo 5; try { ob_flush(); } catch (\Exception $e) { echo $e; }
You have javascript disabled. You will not be able to edit any code.