Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115278 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 42489 invoked from network); 2 Jul 2021 19:19:36 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 2 Jul 2021 19:19:36 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A64DE1804CC for ; Fri, 2 Jul 2021 12:40:24 -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.0 required=5.0 tests=BAYES_40,FROM_EXCESS_BASE64, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from smtpbgsg2.qq.com (smtpbgsg2.qq.com [54.254.200.128]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 2 Jul 2021 12:40:22 -0700 (PDT) X-QQ-mid:Yeas9t1625254813t992t62133 Received: from 08355B1394674FDAAD07A274D17563B1 (me@jhdxr.com [116.14.113.108]) X-QQ-SSF:00100000000000F0FG1000000000000 To: "'Nikita Popov'" , "'PHP internals'" References: In-Reply-To: Date: Sat, 3 Jul 2021 03:40:14 +0800 Message-ID: <03e401d76f7a$1417b430$3c471c90$@jhdxr.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Content-Language: en-us Thread-Index: AQHPRCYlY9AM2QbnX/hs5mVo+SsWo6tAaItQ X-QQ-SENDSIZE: 520 Feedback-ID: Yeas:jhdxr.com:qybgforeign:qybgforeign5 X-QQ-Bgrelay: 1 Subject: RE: [PHP-DEV] [VOTE] Readonly properties From: me@jhdxr.com (=?utf-8?b?Q0hVIFpoYW93ZWk=?=) Hi Nikita, Thanks for the RFC. A quick question, is it allowed to assign to a = readonly property multiple times within the construction method? Sorry = for it if someone has asked this before, because actually I didn't go = through the whole thread, only did a quick search on it. Thanks. Regards, CHU Zhaowei