Skip to content

Instantly share code, notes, and snippets.

@fowlerwill
Created March 2, 2016 00:10
Show Gist options
  • Save fowlerwill/665bc3747f2c5a7531ce to your computer and use it in GitHub Desktop.
Save fowlerwill/665bc3747f2c5a7531ce to your computer and use it in GitHub Desktop.
$a1 = array('a' => 'apple', 'b' => 'bannana');
$a2 = array('b' => 'berry', 'c' => 'cherry');
var_dump($a1 += $a2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment