Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125903 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 74D581A00BD for ; Mon, 4 Nov 2024 12:16:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1730722759; bh=GHbNAB0JXm19GdJw7+jtRvlgasv9qCJuRfzfzly+9HY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=fzrZz0jfqGit9SDJtdRdUwRSHuw5pcZf02neAFAQm/YdilmcHP4OWFwhGS4jrg0uO f7+GmPapyr03NeXRuVbCt0GKc5QNGp8I8o2lyKSxG9SheHlhEoTprJeXH3uhgVpfTT KcDq61Kwe6eC5La83kL0uBgTY2gPx17XgSzVTSPhf5rdssKm+yQNUcM5MRWISn4iZg 0n0klSSCmsHR4cOYsVM/iDPDBDoaWLIk2gKRSKu0yvsNs7lZXtDfdNQIoRZguEAq8Q 1KNZ9c7C+v06TjWjOgX4hWWZAYLge/lHSvr8a9XI9mE2r+vXkqLdWBaUqzKGlxWDIC ICfgkI+n0MHpA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D929C180056 for ; Mon, 4 Nov 2024 12:19:18 +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 ; Mon, 4 Nov 2024 12:19:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1730722606; bh=D2PgdMN76nFD9QFZ+cO8znzTk19AGnRCCAUaERk1Awg=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=I1wvzRmlEGu0yAE37nQmNO1ICaCWEWbC5pn7U2oau1PByP8ivQsZi2G/A9cRJn2BC ewYZ1aWxlcJny81/NBt37mqQWooZW0IcPZA11LRXXTdzlAUrYwWOJXpk6Ev8a5rUkr FtkZ2ipZ3Gg0DaiyA8Fcs9iujdP+XqBIWx9NP2NL9ZVg8vx6PqPSzN7Tv2wM0hwFR0 R2wpladtLSHvxFjwBSWwEJ+FZ08JiX5aWsaMxqYHlFfJNf3+uv6Adl6MwYxzY5pqhv ij36pXEGGyiWlIvAJM9Dm0w1fcOQnyLyp7gXr9YLEONjXU8Ld02thl7DolTKGSZ25Y JabUeBakwqBKQ== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 04 Nov 2024 13:16:46 +0100 To: "Gina P. Banyard" Cc: internals@lists.php.net, volker@tideways-gmbh.com Subject: Re: [PHP-DEV] RFC: Support Closures in constant expressions In-Reply-To: References: <15da4c13445d7e9c9d768c60c19768d4@bastelstu.be> Message-ID: 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 Am 2024-10-31 15:16, schrieb Gina P. Banyard: > I very much like this feature, a bit sad that it doesn't support First > Class Callable syntax, but I understand the increased complexity this > would add. We hope to follow-up with a separate RFC for that, once we figured out the technical implementation and thus the necessary constraints (if any) that will need to be applied. Best regards Tim Düsterhus