Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125872 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id C49511A00BD for ; Tue, 29 Oct 2024 15:11:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1730214826; bh=DkCExZ/c95crZWqQB+Hy+hXitcQFK7o9hMxoxs9SF6c=; h=Date:From:To:Subject:From; b=Fzi1SqnTjagWfxUhjIlMIAQ2iSUtuVQAge8/qis5YTB+jGyrXrers42W9nvB4bv/R /Hqit8gWF49jNnEVuBPOYAUe9IVCwuOo1QqGqdvo23VKfiTVgCuyFYWWmPfd8yZosC qTJPiBU+vwx6A9QE/eAzcQ029c23AqWNS3iPHy4Ao7ztUNplAWp6zCqRErAeHHWS3t sZmGYH/L/4eXUyhqV8jXlkhKMggedL3JqvKK8kAzVodbY1YGZzjJGbmyfdJ5lOHHNQ QscbQKm1b58lracPTdU4hNY5QTeDUcGiYenA4qRSVHRKxK5zczXlh9TBOl0ZY7mb1a O4SvGJuUtnB4g== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 2BB11180084 for ; Tue, 29 Oct 2024 15:13:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 29 Oct 2024 15:13:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1730214674; bh=mjQC6W8ovgCaF4vLPw/o3hx7s4V9CWPQJi/65WCaA0E=; h=MIME-Version:Date:From:To:Subject:Message-ID:Content-Type:from:to: cc:subject:message-id; b=oFc271nz1M/xpWETVXRESGqFzwKSpM+DyJXGPdhzoRVmyh+eWB1Ziou0aej5Ek+FL YhPmeN01UMzaDkaHQ5WyJ9RaZt3qEvATcJ/rHq6F4nwFsHpuw61LwBFbRrIHNNSeAz 15Bk960rSSo8gcpUzAtmOM1z+dl0GYX5vjN8u0cbnWZDVDbVX05CkkSPGjt32ddeDM GouM/K9CzX+50itWimQbz/uYsGOCPlOLQGJYJ4abDEHui9UQX7Vm2OVPRZ88McA2td qdNRwhp9rWDCa5QGh6sdI9kj3k6a/1o+Azb+EwCjIfy5oDe1QGGV6UXK9P55IJuKNE ZODEvOOOT9h5g== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Tue, 29 Oct 2024 16:11:14 +0100 To: internals@lists.php.net, volker@tideways-gmbh.com Subject: [PHP-DEV] RFC: Support Closures in constant expressions Message-ID: <15da4c13445d7e9c9d768c60c19768d4@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Volker and I would like to start discussion on our RFC to "Support Closures in constant expressions". Please find the following resources for your reference: - RFC: https://wiki.php.net/rfc/closures_in_const_expr - Implementation: https://github.com/php/php-src/pull/16458 Best regards Tim Düsterhus