3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = array( "foo" => "bar", "bar" => "foofoofoofoofoofoofoo", "name" => "name34234242224" ); $c = array_map("chunk_split", $input, array_fill(0, count($input), 16)); print_r($c);

preferences:
36.1 ms | 402 KiB | 5 Q