<?php register_shutdown_function(function() { echo "A\n"; f(1); echo "B\n"; }); eval('function f($x): void { return $x; }');
You have javascript disabled. You will not be able to edit any code.