<?php declare(strict_types=1); try { throw new Exception('Throwable'); } catch(Exception $e) { echo "\n\n"; print($e); echo "\n\n"; printf($e); }
You have javascript disabled. You will not be able to edit any code.