<?php define('CL', function () { echo "hello\n"; }); class Foo { public const \Closure CL = CL; } (Foo::CL)();
You have javascript disabled. You will not be able to edit any code.