Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2505 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85448 invoked from network); 21 Jun 2003 19:19:53 -0000 Received: from unknown (HELO pd6mo1so.prod.shaw.ca) (24.71.223.10) by pb1.pair.com with SMTP; 21 Jun 2003 19:19:53 -0000 Received: from pd6mr1so.prod.shaw.ca (pd6mr1so-qfe3.prod.shaw.ca [10.0.141.216]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HGU00KF5J150M@l-daemon> for internals@lists.php.net; Sat, 21 Jun 2003 13:19:53 -0600 (MDT) Received: from pn2ml1so.prod.shaw.ca (pn2ml1so-qfe0.prod.shaw.ca [10.0.121.145]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HGU009EUJ14J9@l-daemon> for internals@lists.php.net; Sat, 21 Jun 2003 13:19:53 -0600 (MDT) Received: from h24-68-30-122.vc.shawcable.net (h24-68-30-122.vc.shawcable.net [24.68.30.122]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HGU00AA1J14LM@l-daemon> for internals@lists.php.net; Sat, 21 Jun 2003 13:19:52 -0600 (MDT) Date: Sat, 21 Jun 2003 12:19:29 -0700 To: internals@lists.php.net Message-ID: <1056223169.965.68.camel@ali> Organization: MIME-version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Content-type: text/plain Content-transfer-encoding: 7BIT Subject: Array behaviour change intentional? From: torben@php.net (Lars Torben Wilson) Hi there, It seems that array appending has changed wrt negative indices. I had just documented the new behaviour but now I'm not entirely sure whether I've just documented an unintentional change. Is this new behaviour what is desired (i.e. skipping straight from some negative key to 0 when appending with $arr[] = ). Thanks for any insight, Torben Test script: Output PHP 4.2.1: array(2) { [-5]=> string(10) "minus five" [-4]=> string(10) "minus four" } Output PHP 4.3.2: array(2) { [-5]=> string(10) "minus five" [0]=> string(10) "minus four" } -- Torben Wilson +1.604.709.0506 http://www.thebuttlesschaps.com http://www.inflatableeye.com http://www.hybrid17.com http://www.themainonmain.com -----==== Boycott Starbucks! http://www.haidabuckscafe.com ====-----