"apple", "b" => "banana"); $fruits = array("sweet" => $sweet, "sour" => "lemon"); array_walk_recursive($fruits, "test_print");