<?php function test(){ static $bar = []; return function() use(&$bar){ $bar[] = random_int(PHP_INT_MIN, PHP_INT_MAX); var_dump($bar); }; } test()(); test()(); test()(); test()(); test()(); test()(); test()();
You have javascript disabled. You will not be able to edit any code.