<?php set_error_handler(function (int $code, string $message, string $file, int $line) : never { throw new ErrorException($message, $code, E_NOTICE, $file, $line); }, ~0); try { $zero = 0 / 0; } catch (Throwable $thrown) { var_dump((string) $thorwn); } ?>
You have javascript disabled. You will not be able to edit any code.