Date: 09/28/01
- Next message: prevost-eric2 <email protected>: "[PHP-DEV] Bug #13481: Apache configure failed"
- Previous message: Nick Lindridge: "[PHP-DEV] Array merge changes VALUE of keys, never mind the type"
- In reply to: Nick Lindridge: "[PHP-DEV] Array merge changes VALUE of keys, never mind the type"
- Next in thread: Nick Lindridge: "[PHP-DEV] Re: Array merge changes VALUE of keys, never mind the type"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: prevost-eric2 <email protected>: "[PHP-DEV] Bug #13481: Apache configure failed"
- Previous message: Nick Lindridge: "[PHP-DEV] Array merge changes VALUE of keys, never mind the type"
- In reply to: Nick Lindridge: "[PHP-DEV] Array merge changes VALUE of keys, never mind the type"
- Next in thread: Nick Lindridge: "[PHP-DEV] Re: Array merge changes VALUE of keys, never mind the type"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

