mcsloppy

the finest in syntax errors since 2006

<?php
$phunk = array('kick' =>
                          'hat',
               'kick+snare' =>
                          'shake',
               'kick' =>
                          'hat',
               'kick+snare' =>
                          'shake',;
echo $phunk;
?>
PHP Parse error:
syntax error,
unexpected ';',
expecting ')'