Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4876 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22517 invoked by uid 1010); 19 Oct 2003 12:38:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22493 invoked from network); 19 Oct 2003 12:38:46 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 19 Oct 2003 12:38:46 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 994EE1488089; Sun, 19 Oct 2003 05:36:34 -0700 (PDT) Received: from zaneeb.thebrainroom.net (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id ABADB1488087; Sun, 19 Oct 2003 05:36:32 -0700 (PDT) Received: from titan (titan.thebrainroom.net [82.133.1.139]) by zaneeb.thebrainroom.net (8.11.6/8.11.6) with SMTP id h9JCcXK13022; Sun, 19 Oct 2003 13:38:33 +0100 Message-ID: <068c01c3963d$e8e74d30$8b018552@titan> To: , "Jaap van Ganswijk" References: <5.1.0.14.0.20031015055440.03dce0d0@localhost> Date: Sun, 19 Oct 2003 13:38:34 +0100 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 X-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] alternative for foreach () From: wez@thebrainroom.com ("Wez Furlong") > It wouldn't surprise me when the foreach syntax would be > deprecated soon... If you're trying to humourous, I suggest that you first earn some karma by contributing some real code to the PHP project. Your suggestion will not be implemented because it is redundant and confusing to have yet another way to iterate an array, especially a syntax that doesn't fit with the PHP spirit. --Wez.