<?php
   $b = array("a"=>"horse", "b"=>"aunt", "c"=>"dog");
   print_r($b);
?>