[php]</pre>

<pre>
$my_array = array(&quot;Dog&quot;,&quot;Cat&quot;,&quot;Horse&quot;);

<code>list($a, $b, $c)</code> = $my_array;
echo &quot;I have several animals, a $a, a $b and a $c.&quot;;</pre>

<p>
[/php]