Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90690 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64177 invoked from network); 18 Jan 2016 07:19:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2016 07:19:33 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wm0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:33704] helo=mail-wm0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/F5-20254-3029C965 for ; Mon, 18 Jan 2016 02:19:32 -0500 Received: by mail-wm0-f52.google.com with SMTP id 123so40025449wmz.0 for ; Sun, 17 Jan 2016 23:19:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=02Yr4SHaR7joACOztJeigLWJ2K+Dc1IYwizUn0cCEKg=; b=RFF+ntQVu6gpS2VN+WlBzcpKuYEveZvNb85xbHC6a9I1JEIW/YWe0zuRspuS/UTOFV sLX9M6fzWKzK1/Bmny7DZ3GNNUC44iTMgGUzsBRvlcdKVM4jpBwnhQ2MzOMUHOdcvNBb O9jrAEuzDH0qBfDDHINGpVOMi3EckM2DIjLU1RBp5nNxzQq0v4ojL1yBzeed4FUc+tZZ JLYI4WgXH9kQ2jYz+TBRYD22JAIr8P4hgcexealGQkFWSStqKWSd4JFlqTUCKqt4+utn ivub6Z2VBI6Yfz6wDtfCRp0wVzobQkikECB0PTtyBm4DOqSBS6QfjBWJfuAJAZ/3C1lm rSww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=02Yr4SHaR7joACOztJeigLWJ2K+Dc1IYwizUn0cCEKg=; b=jSrb4f1q5p5w8GZeDMz0lftGv4bJBVF1YX0ZKbvQirlJ6xAbxh3fTYWiZMRjR+IG28 CCS8mEkl3npnSTp7G59MOgxY3/vT0ZuAntem6SznlFIbPOSfDs1HCB9uofb+ZMy/QRdv mWjvUZMsbvbvwUsB8RmJeadfTDTESee4pcRgzRT2I+WgbDnpUGqgJE0kkMvNvbdU2VC5 o7FuIDXuTFxnc7FmF1Plp/bVCho420ABLIoYnOG/ST7vyfqpLxadt9ZobdT8a9feag02 CpudvxGJN/G9K89v8bMFhcXPpDd1s5poYitxrwIIu3w7uBEIebRNAeUa5qb+Q3jDZZld of3g== X-Gm-Message-State: AG10YOS9Z3ez0uFI+WsCWb/DghoHcyLWzE2V3ShYLICBFCAmOOcrPtdR6fUE0M8YjhS7Eg== X-Received: by 10.28.12.140 with SMTP id 134mr10855289wmm.21.1453101568397; Sun, 17 Jan 2016 23:19:28 -0800 (PST) Received: from [192.168.2.122] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by smtp.googlemail.com with ESMTPSA id jo6sm22578080wjb.48.2016.01.17.23.19.26 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Jan 2016 23:19:27 -0800 (PST) Sender: Michael Wallner To: Andrea Faulds , internals@lists.php.net References: <3B.E6.32157.D3DFA965@pb1.pair.com> Message-ID: <569C91FE.8030605@php.net> Date: Mon, 18 Jan 2016 08:19:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <3B.E6.32157.D3DFA965@pb1.pair.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Allow specifying keys in list() From: mike@php.net (Michael Wallner) On 17/01/16 03:32, Andrea Faulds wrote: > Hi everyone, > > Here's an RFC that would extend the syntax of list() to be more useful > with associative arrays: > > https://wiki.php.net/rfc/list_keys > > Please read it and tell me your thoughts. Hi! I found the idea convincing from the first read, but maybe it's just my mind's assumptions about list() that I dislike the resulting syntax, yet, it seems to be the logical choice. So, maybe I'm just trying to say, that I don't like list() to be reused for that, but I don't have any better idea otherwise. -- Regards, Mike