<?php $a = ['a' => 'Apple', 'b' => 'Banana']; $b = ['c' => 'Cherry', 'd' => 'Dates']; var_dump($a <> $b);