Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114803 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 20292 invoked from network); 10 Jun 2021 01:06:21 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 10 Jun 2021 01:06:21 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 673B81804CC for ; Wed, 9 Jun 2021 18:21:30 -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, 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-oi1-f172.google.com (mail-oi1-f172.google.com [209.85.167.172]) (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, 9 Jun 2021 18:21:30 -0700 (PDT) Received: by mail-oi1-f172.google.com with SMTP id u11so313598oiv.1 for ; Wed, 09 Jun 2021 18:21:30 -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=DaLoVBgW4COZkqyp3KhgSVj9ZO4ypaKZaBGZi3IwKMc=; b=GUHY+xu/PeJXDrineMkn5Yu/9G54Nmzh+cWwEzlnnaRJripxuMnqIBnKps/DJxooKu Cu0vVIXHM3znqZ8ROTdTXkoIGdS0qSLH4PZXaR6yH31TQFT2cQ2knH/3FV71BcPnN4gd sAQCfd2VW7CURqOgh/WpwqF6y5NmghE586QmXRijMWgjn0dP/dcQYq8UpVKqRmGl93vt RzG3iF6Y8SQtTy8S+eJLpGAKxro6X+5XIzpk8/Ql9KtdAAtLqFs/8GTove8Q0ia5Aw2C jOTicjJjlwZb6R5atSoR2vojIBylXg8reABMwl2vY0Ps44uQu0tAWH57p3i7odCJ+iV4 DfoA== 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=DaLoVBgW4COZkqyp3KhgSVj9ZO4ypaKZaBGZi3IwKMc=; b=O8HDfvP3maT9mj+C4PPNKaaLDLJxOnhUGYSYvz9u7o1v2BL5t346/aGopLl7GuGnfK wjBwFUdiOwuyj/zLXvw4MZSezS5PtOrE171yB0mF85cHSRISfVJ1MMBYPFjsFgfzcqBP bIzEk9kBElKAMGC7ccJWi/C/1cbkAQ7Lu8au65krk1xTuEmjsN9mGeu/G8HdithGGd9e 2TGfhBGT4DvXwn6MtO4khf1ySLg///fZRblDZQbpmiKnEJdWV1YZ/VZ+sDJcTEzrVKBT xhEqaYfrQAuat6icWEt5rfQ4e+F2FvaMmgSbPcDJ4dJfVA0OA5b9j2FN0XT7x8IL5cHN LdRA== X-Gm-Message-State: AOAM532GKKDlU2mKfzFBDR8zqRFltM+1Jyy0txZOEVuMdIpdZXdR73lX pofxBgwFIsk9U0VGjMbmLJI6Qxcm3GA5+GggSdZlFjU+tXTvhQ== X-Google-Smtp-Source: ABdhPJwkGCTj7EU6hEzYXiyuunV0OA2QCKPK6CCWfBSkmGP4ugbxTz4utImwuirhThV77ZrBWGIZxVpV+rrLLuFjOWM= X-Received: by 2002:aca:1819:: with SMTP id h25mr1641149oih.168.1623288089307; Wed, 09 Jun 2021 18:21:29 -0700 (PDT) MIME-Version: 1.0 References: <7a40dd68-6e44-4b2a-83e2-956fe00c9e6e@www.fastmail.com> In-Reply-To: <7a40dd68-6e44-4b2a-83e2-956fe00c9e6e@www.fastmail.com> Date: Thu, 10 Jun 2021 08:21:18 +0700 Message-ID: To: Larry Garfield Cc: php internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Readonly properties From: pierre.php@gmail.com (Pierre Joye) Good morning Larry, Thank you. Very good summary, maybe worth adding to the RFC :) On Wed, Jun 9, 2021 at 11:52 PM Larry Garfield wrote: > readonly would be a separate, independent feature/syntax. Yes, my thought is about self explanatory syntax matching common usage of the same syntax/keyword with other languages. In this case, readonly, it does not :) Absolutely not a big deal (one will google that more ;), however I do like some "consistency" across languages as we almost all rely on many and get used to syntax for very standard operations like this. Best, -- Pierre @pierrejoye