<?php declare(strict_types=1); register_shutdown_function(static function () { exit; // prevent further shutdown handlers from being called }); exit(1);
You have javascript disabled. You will not be able to edit any code.