<?php // This should work, but *not* generate a binding for $GLOBALS $a = 123; $fn = fn() => $GLOBALS['a']; var_dump($fn());
You have javascript disabled. You will not be able to edit any code.