Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109454 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 97675 invoked from network); 30 Mar 2020 16:19:19 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Mar 2020 16:19:19 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E553E1804B8 for ; Mon, 30 Mar 2020 07:45:16 -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=1.4 required=5.0 tests=BAYES_00, 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-pg1-f171.google.com (mail-pg1-f171.google.com [209.85.215.171]) (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, 30 Mar 2020 07:45:16 -0700 (PDT) Received: by mail-pg1-f171.google.com with SMTP id b1so8743601pgm.8 for ; Mon, 30 Mar 2020 07:45:16 -0700 (PDT) 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=f8CUIJMxgnZNbv2s2U9sCtDnFz1IWcBWPhcWdhlMysg=; b=O2v3LBW4GGzdVTEw9KSt8YBS+F8QUabK3FZr2+gXGkl8655L1h400IbXD/Sr2dR1x1 gYx35RJBGhEgE02D/8CqwtpNPSKt9kSjkgbqENzlxqAo7TNO6WyXD9wlWhXC+hxnjwlk 5367jtgT2xSht4HiIfBsT067Co+OmFIa1iyjcdEZ3dN2oh5Y2GGl9AwpJAFPsdXifpnw jJTFHB1cB2gNtKUL10lIr0+cg6/ylU7BgisY0gIrDO4pDdJd1hp6isyjkUaEblzfJHbD WymEsTfVWFuWUd5/jHMOCdcdNUJNi14YEjKjJEinDh2g8EmRu0UGrzwXD9DyPmBhhM3p V1Ng== X-Gm-Message-State: ANhLgQ1uvDbFC+ekV+SRbHdSWENfeJ9NmmwXSCQsN7BcvRTjRbQXTW8/ se3RI4IKmwXFbjSosjsCdzOYPBIzsj/GaziIh3rOWisN X-Google-Smtp-Source: ADFU+vtrNzkfK+XimNexldsdXz+lFTBZN78g6nP6rNTqinrQGN4yQ0EJduVPmlLtzkMGvjLGtVDNTGI/jjMLix95PCw= X-Received: by 2002:a05:6214:70e:: with SMTP id b14mr11744580qvz.246.1585579160669; Mon, 30 Mar 2020 07:39:20 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 30 Mar 2020 09:39:09 -0500 Message-ID: To: Benjamin Morel Cc: Sherif Ramadan , PHP Internals Content-Type: multipart/alternative; boundary="000000000000a2a45505a2136a6f" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Change var_export() array syntax to use short hand arrays From: pollita@php.net (Sara Golemon) --000000000000a2a45505a2136a6f Content-Type: text/plain; charset="UTF-8" On Mon, Mar 30, 2020 at 9:06 AM Benjamin Morel wrote: > I don't see a reason not to follow with the short array syntax; the only >> expectation of people using var_export(), AFAIK, is to get valid PHP code; >> they don't care about the syntax, > > If "they" don't care about syntax, then why do you? -Sara --000000000000a2a45505a2136a6f--