Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111460 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 37507 invoked from network); 11 Aug 2020 13:27:32 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 Aug 2020 13:27:32 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 909A81804AA for ; Tue, 11 Aug 2020 05:26:57 -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-Virus: No X-Envelope-From: Received: from mail-pj1-f51.google.com (mail-pj1-f51.google.com [209.85.216.51]) (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 ; Tue, 11 Aug 2020 05:26:57 -0700 (PDT) Received: by mail-pj1-f51.google.com with SMTP id mw10so1798756pjb.2 for ; Tue, 11 Aug 2020 05:26: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=mqEa6Vot+ubgGwFrOnUdEWJY/Uf39Q9/10gNPOeUknA=; b=JSxCU/av99zBd+QMUlXLZYKYdEzQGX9hzWOg4C8davtWz874/l63eCY0izRjwZ0AU4 iTdbvR7jndeFMUIBC/9rDNva361+v5qkq5PL9vYqklfVCGPk6g5wNUSoARGrNuYNVJ9b haz9ms3S/RRLDTZrk7UG4YBYPQ3BF248Dpkwdh0El24kXzX8cJWWkNt9a95x6goHQLtC HrzJelWr2KiAlYdGPlz3a6MuikdlKviTgKrGXDSCWiIN1u/MxgNXdB3tm7+5EthQzM8X pNwnYZQriNMmGIjTYwNhZhb1e9GVYZoV4XYJA6oeFI0/+F6UpQUoo2ZeEEGJpI+jLYtb 676Q== 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=mqEa6Vot+ubgGwFrOnUdEWJY/Uf39Q9/10gNPOeUknA=; b=Wff+JyjQ0jyU0Hjba9ahNtOp2p43oA8cSmg2+a4c74bwakzu1pX1kYJYpBT+wj2Ztn 5FOp34usEfvEc65TV13x5TcRXvSgBrCBqjgLsrgJltu23aLamVGMeMNI8bYy9qmfte+U RXLIVeVBl7LG4MpPncwCCalRNR0ouLmBzYNYFgk9zeCrf3fr+LUy16vssdDUUz5XbZ1e RTQRc2Qj7hqq0fqdK5Klk73PFKTuUrrf9Hmba+zL1/905OW9vJuUmO845tg9ZVNZKUO+ 3xSV8Pp1e/oFGn1PzZKgjOocIL+/+N6LWbmSw6REZ3UwRu2j+uBgO2FxhTiJRQOF4a8/ 7lDw== X-Gm-Message-State: AOAM533STO/QrBTQojiT3ARe02Z55sESOcP+FB86jnkN/k6qTT1b23JP cojJ4cD+CFw5HA4UtIZZRRM6i9lFoZQK+NGQKhPBlA== X-Google-Smtp-Source: ABdhPJwYIrOFgCfPWbfF9mElOFNEW8XrDodf6caX+RrN1racxSWYUISd18Zt9+8sr+pMhTKAAPt6Yqmxl7yhPcwgcP0= X-Received: by 2002:a17:90a:ea83:: with SMTP id h3mr884014pjz.170.1597148813869; Tue, 11 Aug 2020 05:26:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 11 Aug 2020 13:26:42 +0100 Message-ID: To: Derick Rethans Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary="000000000000b4475405ac992f45" Subject: Re: [PHP-DEV] [VOTE] Shorter Attribute Syntax Change From: t.carnage@gmail.com (Chris Riley) --000000000000b4475405ac992f45 Content-Type: text/plain; charset="UTF-8" On Tue, 11 Aug 2020 at 13:21, Derick Rethans wrote: > On Tue, 11 Aug 2020, Chris Riley wrote: > > > Quick question. > > > > What is the expected behaviour of: > > > > @[Bar()]; > > class Foo {} > > That will error out in PHP 8, with: > > Parse error: syntax error, unexpected token ";" in Standard input code on > line 2 > > cheers, > Derick > > -- > PHP 7.4 Release Manager > Host of PHP Internals News: https://phpinternals.news > Like Xdebug? Consider supporting me: https://xdebug.org/support > https://derickrethans.nl | https://xdebug.org | https://dram.io > twitter: @derickr and @xdebug > Is on it's own an error? --000000000000b4475405ac992f45--