// for php 5.4+ $data += [$key => $value];  // for php 5.4- $data += array($key => $value);

Read more of this post