3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fruits = array("d" => "lemon", "a" => "orange", "b" => "banana", "c" => "apple"); function pram_alter($array, $key) { echo "@$key = .'$array'. ,\n;"; } array_walk($fruits, 'pram_alter'); ?>

preferences:
35.48 ms | 402 KiB | 5 Q