Example:
$fruits = [\'first\' => \'apple\']; $fruits = []; $fruits[\'first\'] = \'apple\';
Why is not allowed initialize like this?