Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66295 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48887 invoked from network); 27 Feb 2013 19:33:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2013 19:33:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.50 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.50 mail-oa0-f50.google.com Received: from [209.85.219.50] ([209.85.219.50:42327] helo=mail-oa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/38-33355-98F5E215 for ; Wed, 27 Feb 2013 14:33:30 -0500 Received: by mail-oa0-f50.google.com with SMTP id l20so1966532oag.23 for ; Wed, 27 Feb 2013 11:33:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=oCLEq+AtccHKuz/HpE0ri8OxdkLTLiFPCbARPRgk8I8=; b=SiONtQry0fqKrZSO1D6uP8yMVS3cPC13fvUA5rSlMihuL31di30KMRVuXJma1Wh5NY S8DoIDtXwoUIlX/6LWA5KKVy6olqqiHyVvusUGy3lg+/56asziJTDyzgGKOmTY0uXDfk ZZAIlDG+AUrfKhlB/8TN3AuTwUo6CwwNB27cQEyYywgirtQz58dnN1c0y002icMaRJ1E krt8kKRhVqXZwgFkUyxPr34LJ0b3uP7nGI+DTPm8hl12++GBnIvZcCWJGCOOw0FnuIQa ecjmRLrNpFz3APgaCmsIP0vDz6ZiUCFwX8oo+V3btiOiEL5MIU5n6Y+08QOMnSccCiSL xzhQ== MIME-Version: 1.0 X-Received: by 10.60.0.129 with SMTP id 1mr3420452oee.5.1361993607217; Wed, 27 Feb 2013 11:33:27 -0800 (PST) Received: by 10.182.49.136 with HTTP; Wed, 27 Feb 2013 11:33:27 -0800 (PST) Date: Wed, 27 Feb 2013 20:33:27 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=e89a8fb20486250a4c04d6b9d9a1 Subject: [VOTE] Allow non-scalar keys in foreach From: nikita.ppv@gmail.com (Nikita Popov) --e89a8fb20486250a4c04d6b9d9a1 Content-Type: text/plain; charset=ISO-8859-1 Hi internals! I've opened the voting the the foreach-keys RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys#vote The discussion for this RFC can be found here: http://markmail.org/message/rzoacqaesxbd67lu Thanks, Nikita --e89a8fb20486250a4c04d6b9d9a1--