<?php $foo = (function($a) { return function($b) use ($a) { return $a + $b; }; })(52); echo $foo(10);
You have javascript disabled. You will not be able to edit any code.