Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9641 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77183 invoked by uid 1010); 3 May 2004 08:51:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77159 invoked from network); 3 May 2004 08:51:17 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 3 May 2004 08:51:17 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i438pCeA021797; Mon, 3 May 2004 10:51:13 +0200 Date: Mon, 3 May 2004 10:51:09 +0200 (CEST) X-X-Sender: derick@localhost To: Markus Fischer cc: internals@lists.php.net In-Reply-To: <20040502091751.GA24452@gjat.josefine.at> Message-ID: References: <20040502091751.GA24452@gjat.josefine.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] php-src/TODO foreach-enhancements From: derick@php.net (Derick Rethans) On Sun, 2 May 2004, Markus Fischer wrote: > * Allow foreach ($array as $k => &$val) syntax. right now we cannot > traverse an array without copying each element. Works in PHP 5. Derick