"lemon", "a" => "orange", "b" => "banana", "c" => "apple"); array_walk($fruits, "test_print"); array_walk($fruits, "test_alter", "fruit"); array_walk($fruits, "test_print");