<?php function whatever(array $array, Closure $apply){ foreach($array as $item){ echo $apply($item) . "\n"; } } whatever([1,2,3,4,5,6], function($val){ return $val + 1000; });
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`