<?php register_shutdown_function(function() { echo "anyway, hello world\n"; }); set_error_handler(function($severity, $message, $file, $line) { throw new ErrorException($message, 0, $severity, $file, $line); }); set_exception_handler(function($exception) { echo $exception->getMessage().PHP_EOL; }); function a() {} function a() {}
You have javascript disabled. You will not be able to edit any code.