<?php try { (function () { return "string" + throw null ?? throw new Exception('return throw null ?? throw new Exception();'); })(); } catch (Exception $e) { var_dump($e->getMessage()); } try { (function () { return "string1" . 5 . "ok" / throw throw throw throw new Exception("cool"); })(); } catch (Exception $e) { var_dump($e->getMessage()); }
You have javascript disabled. You will not be able to edit any code.