<?php $foo = function () use (&$bar) { $bar = 42; }; var_dump($bar); $foo(); var_dump($bar);
You have javascript disabled. You will not be able to edit any code.