Re: [PHP-DEV] Array merge changes VALUE of keys, never mind the type From: Andrei Zmievski (andrei <email protected>)
Date: 09/28/01

On Fri, 28 Sep 2001, Nick Lindridge wrote:
> Hi,
>
> Regarding what seems an array merge bug. This was
> quickly made bogus (:-), but I think that the
> point was missed. The issue isn't that the key
> was made numeric - I had it numeric and not a string
> in the first place. The issue is that the key value
> was changed.
>
> The array element key values had a meaning - otherwise
> I wouldn't have bothered by using keys at all.
>
> array_merge should not change the value of keys. It should
> just merge! If not a bug, it is a flaw.

array_merge() does *not* change the value of keys. Period.

-Andrei
* Life may be expensive, but it includes an annual free trip around the sun. *

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>