<?php $arr = [1, 2, 3]; array_walk($arr, function ($arr, $elt, $data) {}, 42);
You have javascript disabled. You will not be able to edit any code.