Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109420 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 65619 invoked from network); 29 Mar 2020 22:17:29 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 Mar 2020 22:17:29 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3BFD61804B8 for ; Sun, 29 Mar 2020 13:43:12 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS 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-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) (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 ; Sun, 29 Mar 2020 13:43:11 -0700 (PDT) Received: by mail-ot1-f48.google.com with SMTP id g23so15890484otq.4 for ; Sun, 29 Mar 2020 13:43:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=aN2kmfOFUoGawsxWhAdJNFVJFnby8knKs2OhhxKucDQ=; b=sxAGnRVhl1fY1SDJjjsReT4QYD42OFDPdEj0s8cW0mOmOZW0y8yDREDvPWgPIE8pmd G7iw3WGbGhZsDz2uWFsra9bGD+Q6s+PYqABotuqQNd68YfuEpsq4CrtjjIA6PzRR1UQQ xumvA/8OzOY6sBM2RyK1dL9hkwf+a44ZEONDdQ2K2RudUQTiVXkif34xqdS+fg5xNf1D XPodoRoRnkUc8fz1Cad6Ku7/NLq2nVOKLc6bQTVJWDpbqFmuSHg/Oi6fitQYiaME7lGA ocTpAPOATJKuQEj1oXAHKW435++0KTQy8R92iZzRptmFnQm6uL9d4ubsJFxxZom6YAGO XyUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aN2kmfOFUoGawsxWhAdJNFVJFnby8knKs2OhhxKucDQ=; b=oUNRT8jR9kTe/ssF02Ptwvb+8/Wxye6tqUW5xk1kpnNvRuZaJUQ981YTl1ZuVHRMLs c7rP37cnSwZ45UzKgPcMasWNGwPa7rV1fLzSu5WF4zvG4Q5y0SSYPvt8fhhSwLi9E4Tp lWEzoaeqcX+p8UHthTaT7SWI8Vcg9prgnMBkcFatgBsjL869SgrgKyoKbmkwRbmluzpN iI9VPRrQyKaBiEAJ8+8Ba9pXUJOmNNVDnNyBeIZDt6KIovFB8rTbEaq+sJCqlrvosHFC ZLp+Qcx60LTHXT8Y6xTx3nmlLC27rq1ErOg4Uf8Om7nNyKFqQDSwywt1FRCb5+JPwlqU qZtA== X-Gm-Message-State: ANhLgQ26x2KQocRc+w4Xf43oOG0DTW2Xw6jziIOpo/4eKCPRG0/kCmxh kcHozRRvJEFvjlp1GDLs18JKnyRVDL4tRAw6aBM= X-Google-Smtp-Source: ADFU+vu0JgxlAzS57xIYpIgmAI5hhFhEqIaC8tmQluB4qh46a4ERdPiKnwdCoEvN8nqM9Df9sRQP4Z5fiTlKKQHO2qQ= X-Received: by 2002:a9d:340b:: with SMTP id v11mr6952420otb.14.1585514588489; Sun, 29 Mar 2020 13:43:08 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 29 Mar 2020 22:42:57 +0200 Message-ID: To: Sherif Ramadan Cc: PHP Internals Content-Type: multipart/alternative; boundary="000000000000d54a7f05a2046126" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Change var_export() array syntax to use short hand arrays From: benjamin.morel@gmail.com (Benjamin Morel) --000000000000d54a7f05a2046126 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable +1 for this. This is the syntax I'm using in brick/varexporter , and supporting it natively in var_export() makes sense. =E2=80=94 Benjamin --000000000000d54a7f05a2046126--