$a[3]['bar'] = 'Bob';
echo "This will work: ".$a[3]['bar']."<br>";
echo "This will work:{$a[3]['bar']}<br>" ;