<?php$fruits = array("apple", "orange");$foods = array( "fruit" => $fruits, "meat" => array("beef", "pork") );$fluffy = new Dog("poodle");