<?php $closure = function () use (&$person) { return ['name' => 'Timmy', 'surname' => 'Back']; }; $person = ['test']; var_dump($closure());
You have javascript disabled. You will not be able to edit any code.