Sister Act

<?php
$daughters['John'] = array('Mary');
$daughters['John'][] = 'Act';
?>
Vote up this code0