<?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 { include __DIR__; } catch (Throwable $thrown) { var_dump((string) $thrown); } ?>
You have javascript disabled. You will not be able to edit any code.