Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109460 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 21447 invoked from network); 30 Mar 2020 18:12:59 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Mar 2020 18:12:59 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 45248180556 for ; Mon, 30 Mar 2020 09:38:58 -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_H2,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-oi1-f174.google.com (mail-oi1-f174.google.com [209.85.167.174]) (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 09:38:57 -0700 (PDT) Received: by mail-oi1-f174.google.com with SMTP id v134so16204016oie.11 for ; Mon, 30 Mar 2020 09:38:57 -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=vScP10rK6Y9LUmYnsD5eyGDK4SmSryNr2cR/nL9Z7tY=; b=dk4YLIdfSFXWrbjAX5Prbepe8APdG9meYZZEVfNvsUPq9b/pL9p+op5RLg5eDMd3YV dqUlcryWEb1wT4FFMnzayXev7BYAsPYhOs9ns2/dssmdFDiYP++1fPD7p5OYk4QvRCUj 8yLZ/Y3cz7v8lfZTIvWfatWQ/Nj/zrh8S36xvUQ+9IsQTC+r8xtNVJdTBBfddmKx5iXv aEGyzgfeSmft5uBQL/OEOgOSetH2vL3KN7DW5VGnlsf5+aJnL/gqxA4n5v1bvoPyuABf +g/wH+k1m6M3S156WbUL+zHXQrI2upRHMym1Tv1gz+WrK7Rd8bYLiHjWy7RW1HA4JJTI m5FQ== 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=vScP10rK6Y9LUmYnsD5eyGDK4SmSryNr2cR/nL9Z7tY=; b=DaIsXygZFRkilvil7af5FpZu1l21T3tIXsGNP78esMyinFA0JENjjnrQUbgq+9mCnV AULswYltcKIgRtovAEZ5CGgq4FFpN6wVo+Y6z37DssTeLNRfo++2vz5Ci2uc0xNzE0s2 4zWnQImtcgl8G0Po9lUc9j6FUPtAYccSBC1IscrbaCuF5/conVFiqgL67n1iT/mpD83M thn9Rh5KFWL/JhU297gz0TCRpjuhmPQ9fmCPN8qjo6cBHhUDdil6FvSRLJeBdxTpy1n2 aVSV6MzoZwXVpYHBNVj5s+w7ABIYLml/djL54h4hMgPlgn6l6+1sqIm8aUe5vDgFfGY4 ug0A== X-Gm-Message-State: ANhLgQ15jXmIyd6bIfAkVGRMC1zYO+KleXdUYLDM8n6UGdc6TTM2d67B lw0Wnor7LPNtdnlIjyHpq+FkaN37JricnQMcec0= X-Google-Smtp-Source: ADFU+vsj+Z/oWyHnGrBKEoW4VpHFs47s+u+bUmfp+3dZFq8W2VhjK2wueyoFP9oyJMv37j70mCC5zPkdG9DAp8aiAIU= X-Received: by 2002:aca:4b56:: with SMTP id y83mr152451oia.142.1585586335064; Mon, 30 Mar 2020 09:38:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 30 Mar 2020 18:38:44 +0200 Message-ID: To: Sara Golemon Cc: Sherif Ramadan , PHP Internals Content-Type: multipart/alternative; boundary="00000000000043278b05a215165e" Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Change var_export() array syntax to use short hand arrays From: benjamin.morel@gmail.com (Benjamin Morel) --00000000000043278b05a215165e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > > If "they" don't care about syntax, then why do you? Sorry I was unclear. I was reacting to the argument about broken tests in php-src. I meant: they don't have *expectations* about the syntax, but they'll most likely want to be able to read it. =E2=80=94 Benjamin --00000000000043278b05a215165e--