<?php var_dump(array_filter([1,2,3], function(&$v) {$v = 17;return true;}));
You have javascript disabled. You will not be able to edit any code.