<?php set_error_handler(function () { throw new \Exception(); }); $a = []; echo @$a[0];
You have javascript disabled. You will not be able to edit any code.