clarify array_merge reindexing behaviour with numeric-only keys (bug #51699)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298804 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2010-04-30 12:27:36 +00:00
parent 245f225a8d
commit 426ec589cc

View file

@ -26,8 +26,8 @@
appended.
</para>
<para>
If only one array is given and the array is numerically indexed, the
keys get reindexed in a continuous way.
If all of the arrays contain only numeric keys, the resulting array
is given incrementing keys starting from zero.
</para>
</refsect1>
<refsect1 role="parameters">