Merge

To merge is the action of combining two things into one. There are usually two meaning associated with PHP code :

  • merging arrays, with the eponymous function array_merge(), or the + operator

  • code merge, using a VCS, such as git, svn, etc.

Related : , VCS