Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111108 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 90585 invoked from network); 22 Jul 2020 13:50:28 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Jul 2020 13:50:28 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 9256B180531 for ; Wed, 22 Jul 2020 05:44:53 -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=-0.2 required=5.0 tests=BAYES_20,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-Virus: No X-Envelope-From: Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.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 ; Wed, 22 Jul 2020 05:44:50 -0700 (PDT) Received: by mail-io1-f51.google.com with SMTP id z6so2381481iow.6 for ; Wed, 22 Jul 2020 05:44:50 -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=VdgB1KopLBXlRwecUgtJpHmAninKbywIXGkbFEy+om4=; b=RIBMHoRX6G6ZGUSkv5owQtOVl7tcrcVGK1Fu8c1KSm75vLfwBPefsWKeJ3U3CqpYge m90dy6N8lofT5xBUBwOe4/zVgeFF7MIQa6h07Gu9qMpb832z7c9ppqOdRiRZ2/39/ygO Ggp3dphoVupK67gjoqPXQmcoFR/PELvOczUGmT0rjeJFkrL4681zJ7gjBIkMdzGgUT+a PaBy4S4Dq9K2ffIlDNiP27/EsmGKapBu7M7RWwvPq/Hz28waxSc+LY7dRmLKpMaekmQm ImB2VasDM8cGLzt7abi7QBafVlMPw7z2H3pmklmEWeRAcRpb8cmixs191hXC3UZHA3hK NpQA== 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=VdgB1KopLBXlRwecUgtJpHmAninKbywIXGkbFEy+om4=; b=bLGDebvUBIwdB6+rtbE/pjp48/oQuob+VAM/H82qJMA41GJZFatJg9Z5uwN4ZHfdC7 LVsc/SiWH5sLVi72udrKwuJhg7cUSWdGTD/cq/ePDe6rkbzbn4+w2A0+Xm19ZiVVrkNT 4dhDtXsPkZOTOIAslBLs2N3qSuqG2OuzM0frB4IGBFYhVY7wHFJ8LF1NcbP7PwSu6Bvc uLlmlPMZxv3T4VGCmUbqZjkuHpmKggJIDdaIQgvfZErhDO7IVj2U9/P4lnn3YyFh9TA9 kld2X8AoWxMw0CxqhBB+ZhLnoCVQHjMc3+TYlq4H8RFneK7rwxHm92wNLFGetq2zOfi2 hn/A== X-Gm-Message-State: AOAM5329MxSMvjYu9/Fh8q164TWz3evUU1uTO9xFWHOdDIaYEY0tF6ar mm9TikB5x9Oa9Hpby6v87n6t53b9NF7Fo0cCjZg= X-Google-Smtp-Source: ABdhPJz+o83m5oge/x+V0cgrWpsof/Y8o8G4XRAB8v9/iWSXvOnvBuiluejn+p9MjLq/MHh+3sMRPRMSU/KTJjKglqI= X-Received: by 2002:a05:6602:2c4c:: with SMTP id x12mr31706888iov.87.1595421889754; Wed, 22 Jul 2020 05:44:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 22 Jul 2020 14:44:23 +0200 Message-ID: To: Deleu Cc: Derick Rethans , PHP Developers Mailing List Content-Type: multipart/alternative; boundary="000000000000017c3805ab071b94" Subject: Re: [PHP-DEV] The @@ is terrible, are we sure we're OK with it? From: kjarli@gmail.com (Lynn) --000000000000017c3805ab071b94 Content-Type: text/plain; charset="UTF-8" On Wed, Jul 22, 2020 at 2:39 PM Deleu wrote: > "Terrible" is the amount of humans having their lives taken by a pandemic. > This is at most slightly inconvenient for you. The aggressive tone in this > discussion is extremely unnecessary. > Hi, If you want to get nitpicky about the definition: adjective: *terrible* 1. 1. extremely bad or serious. "a terrible crime" I agree with the above posters that @@ for annotations is a terrible syntax. My choice (if I could vote) would also be the rust variant. Regards, Lynn --000000000000017c3805ab071b94--