Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5169 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78925 invoked by uid 1010); 3 Nov 2003 13:26:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78901 invoked from network); 3 Nov 2003 13:26:06 -0000 Received: from unknown (HELO sccmmhc02.asp.att.net) (204.127.203.184) by pb1.pair.com with SMTP; 3 Nov 2003 13:26:06 -0000 Received: from [192.168.0.102] (12-223-87-232.client.insightbb.com[12.223.87.232]) by sccmmhc02.asp.att.net (sccmmhc02) with SMTP id <20031103132605mm20085m2qe>; Mon, 3 Nov 2003 13:26:06 +0000 Mime-Version: 1.0 (Apple Message framework v606) Content-Transfer-Encoding: 7bit Message-ID: <457640B1-0E01-11D8-97C5-000393030CE6@insightbb.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: internals@lists.php.net Date: Mon, 3 Nov 2003 08:26:03 -0500 X-Mailer: Apple Mail (2.606) Subject: Array Keys From: LingWitt@insightbb.com Now that objects are accounted for by references and id, it should be possible to use them as keys in an associative array. That might be an interesting feature to have.