Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114831 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 28293 invoked from network); 11 Jun 2021 14:46:54 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 Jun 2021 14:46:54 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id F34B41804E3 for ; Fri, 11 Jun 2021 08:02:26 -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.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 ; Fri, 11 Jun 2021 08:02:26 -0700 (PDT) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 023CD5C00A7 for ; Fri, 11 Jun 2021 11:02:26 -0400 (EDT) Received: from imap8 ([10.202.2.58]) by compute3.internal (MEProxy); Fri, 11 Jun 2021 11:02:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=z+kgFm C+/mtu5E3KKvHFi4SruVyS6OHh4zskpamgPMA=; b=f5a9nXxOCHrTAnbNVHaS5p a+L96QzlNaO8Vneokx1kwAfdQ4hVawaAGA/nFoHRa3ZbxePs3+5v7EAPpUex1xdQ QyIS2UWA66kLclfvRfF+yO6E2YVHttUUUETI0A9BSNe++dtUSbMxPqaPWf40/wIa 9YWPJvtHg3F43BeqW+Zds015/7X27SeNQw84YXLvM0hqEMAkoTty586UaQjNIqiD 1JmOPVYMXEhdsj+YaPRAA8q56p2bNEZNsZz8k+oFWILvzcH304Tq7kNktIosB8TL eV+vv1HSScgFUgU5pKi8SrXNvCdLOn9xTGJXo5y4CvH6Tl9a2EL+l3Pwnoaq8NRA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfedujedgkeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgesthdtredtreertdenucfhrhhomhepfdfnrghr rhihucfirghrfhhivghlugdfuceolhgrrhhrhiesghgrrhhfihgvlhguthgvtghhrdgtoh hmqeenucggtffrrghtthgvrhhnpeevheehvdevjeelvdevgfelvefftdejkeelvdekgeeh fffgiedvjefhhfeltdduteenucffohhmrghinhepphhhphdrnhgvthenucevlhhushhtvg hrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihsehgrghrfhhi vghlughtvggthhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id AFAC13A0789; Fri, 11 Jun 2021 11:02:25 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-519-g27a961944e-fm-20210531.001-g27a96194 Mime-Version: 1.0 Message-ID: <88588b8f-5729-4458-90b1-c602f751e128@www.fastmail.com> In-Reply-To: References: Date: Fri, 11 Jun 2021 10:02:03 -0500 To: "php internals" Content-Type: text/plain Subject: Re: [PHP-DEV] [RFC] New in initializers From: larry@garfieldtech.com ("Larry Garfield") On Wed, Mar 3, 2021, at 9:03 AM, Nikita Popov wrote: > Hi internals, > > I would like to propose allowing the use of "new" inside various > initializer expressions: https://wiki.php.net/rfc/new_in_initializers > > In particular, this allows specifying object default values for properties > and parameters, and allows the use of objects as attribute arguments. > > The RFC is narrow in scope in that it only adds support for "new". An > extension to other call kinds should be straightforward though. > > Regards, > Nikita Hi Nikita. What's the status of this RFC? Are you going to bring it to a vote, or is something else blocking it? --Larry Garfield