From 426ec589cce00706f7b1b9a5b25d1ffbb6600428 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Fri, 30 Apr 2010 12:27:36 +0000 Subject: [PATCH] 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 --- reference/array/functions/array-merge.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-merge.xml b/reference/array/functions/array-merge.xml index 8295fbf60f..5768dad253 100644 --- a/reference/array/functions/array-merge.xml +++ b/reference/array/functions/array-merge.xml @@ -26,8 +26,8 @@ appended. - 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.