<?php $a = ['foo' => 'bar', 1, 2]; $b = [9 => 10]; $a += $b; print_r($a);
You have javascript disabled. You will not be able to edit any code.