Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62232 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51867 invoked from network); 18 Aug 2012 04:34:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2012 04:34:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:60583] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/32-31572-F6B1F205 for ; Sat, 18 Aug 2012 00:34:55 -0400 Received: by vcbgb30 with SMTP id gb30so4166752vcb.29 for ; Fri, 17 Aug 2012 21:34:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=os/OdRDeQMqkaCLc7OZ5iFhYK3GoOPiq6dznZ9nH1wU=; b=DCV1aokQkkZzmTQSBWQPs3p3zoCOS0EGAkpiL6IDbBCsiPsg/6qM3eDDsIN8dkNHtS KLlMlBarg5hI6FitJtf2w1QfBeTck2iSZtzC0+/XJu0LrCB27Rf2tAhIL8Afjrf3Dfh0 Cwk1LNKrvUiT4bmUIJxqubO3ebpA6MquCjeWSeR/YJlu+cl0IS7HByCIHOXzkzQvVY90 6NL50YyxWCFlnqQITaHBZtyCSaLeU+UkhUmPC/SoR9lhQUjXtsQmDnggqudUraUXFuHv U8PxE6f5iHZwqnTN2gdbTfzsbaV+I3VWgrQRJyato9E9cA65Eu4+Qj0Pos2XOgkhbAie GlKw== Received: by 10.58.221.5 with SMTP id qa5mr4704475vec.59.1345264492756; Fri, 17 Aug 2012 21:34:52 -0700 (PDT) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.18.15 with HTTP; Fri, 17 Aug 2012 21:34:32 -0700 (PDT) Date: Sat, 18 Aug 2012 12:34:32 +0800 X-Google-Sender-Auth: mY8QPO6o7kXzxYVnGwXT7OG5JOc Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: [VOTE]Call for voting: support use list in foreach From: laruence@php.net (Laruence) Hi: This feature introduces list() support in foreach constructs(more info can be found here: https://wiki.php.net/rfc/foreachlist). this could make the grammar more consistent, see following example: previous discussion could be found at : http://marc.info/?l=php-internals&m=134277050215818&w=2 please vote for this: https://wiki.php.net/rfc/foreachlist#vote thanks :) -- Laruence Xinchen Hui http://www.laruence.com/