Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116221 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 46896 invoked from network); 4 Oct 2021 19:30:08 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Oct 2021 19:30:08 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B0B041804E3 for ; Mon, 4 Oct 2021 13:14:25 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.2 required=5.0 tests=BAYES_20, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 4 Oct 2021 13:14:25 -0700 (PDT) Received: by mail-lf1-f47.google.com with SMTP id x27so76065514lfa.9 for ; Mon, 04 Oct 2021 13:14:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RigVWhQdw400C3x6Dbo3hhsBiiym3S4u4nV6Pv6jbSA=; b=gheDXLOSs8ZsQeg0JnDaFZU7ALhP8uRyR2IidMOvk5xYS5KwUDqEP0FEwBIddN8e06 hF2DmjosJUqY/mQLQXowXzpy5tTng1NEhNhuOE2Ez/48T77goRoVAa7PMgk60MhFwwQ0 vpSIWE8ap+AQpzvwy71ZQlf0HuhZ7rkuCg1R5iXur9xPh+AkvrdwqRssd18vmMgUVH7B i7sPtX7L75q1BQgznAt8NNo9MxLVeLVFNLDKDM4MYbHRWF/x9IMbslmRzKu6r911IIW1 AwDUc4SgaNnv6QmCFi8fCgY+m9nWwqWlJjXIS8fM8pfMirGsN6bjW+8ooMBEGdB6iVrZ bYIw== X-Gm-Message-State: AOAM532DjP2ljnofqntRujYe6h4ruwbEuXH/JIK/k6w5d1nFKLoqRql0 aWcMetJK4b3aedYWJqZM4eIEHHIny+UkIHQiKkk/Ug== X-Google-Smtp-Source: ABdhPJy80+7Ms2h0hwswK8/26JLswRiEIW6FCLW+hEh0yWKbWrm2IVwPZMWKCfFnmC2uTUR0Q9VKH3Q32lnmu3hCUiI= X-Received: by 2002:a2e:4e01:: with SMTP id c1mr17967747ljb.31.1633378462176; Mon, 04 Oct 2021 13:14:22 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 4 Oct 2021 15:14:11 -0500 Message-ID: To: Konrad Baumgart Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000005ac3a05cd8c8fa4" Subject: Re: [PHP-DEV] Proposal: Shorthand initialization and destructuring of associative arrays From: pollita@php.net (Sara Golemon) --00000000000005ac3a05cd8c8fa4 Content-Type: text/plain; charset="UTF-8" On Mon, Oct 4, 2021 at 2:15 PM Konrad Baumgart wrote: > > I have spare time this October, so I would happily get into php > interpreter by developing this. > Unfortunately my plans to have spare time FAILED and I'm not able to > contribute in the near future. > > I'm procrastinating writing slides for Longhorn, so here's a quick and dirty implementation to work with: https://github.com/sgolemon/php-src/commit/4156d9d989314b2d60d1031ab9e02faaefa248f9 Not actually sure it's got value, but you shouldn't be held back from proposing it by a lack of implementation. -Sara --00000000000005ac3a05cd8c8fa4--