Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123431 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 3AE181AD8EA for ; Sun, 26 May 2024 21:44:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1716759932; bh=2AdE9aCYZ+G8kYDVe7krspSVh/eLgQKkJrtcLVofSLg=; h=Date:To:From:Subject:In-Reply-To:References:From; b=As2O4eEV9627sZtn1Hi0Z9lmi1ciNKXQ/m8ohDFvmYlZiIW2CEtn1lg8SNGpfQyPn 4k2rD8dSIdoq5O100w51DINBBM0UulERdJxAj1dyw94bn723lK23KJagibGtn4cUgw VhdRGs4oWrneAQZNTyYng2xxoyLmlD8R36uskqJ3jeVkuxslnEGj7nDf89H9Fd1rfA OAkhCommMVbJUmTCk91TLVIOzRe0PSGrZ3UJXTWHRtTJirM2ipytpx+yq9n8VwfkOg 0WcIOXhBne5pfVxDd3TzVyCIOq2ZZNurHJUvbb7wbxr6QIpxnCgWDXhSQJ/M+lgRRy n7ymmb0mb/Zgw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CF53B1801D7 for ; Sun, 26 May 2024 21:45:30 +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,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from mail-4018.proton.ch (mail-4018.proton.ch [185.70.40.18]) (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 ; Sun, 26 May 2024 21:45:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpb.moe; s=protonmail; t=1716759868; x=1717019068; bh=2AdE9aCYZ+G8kYDVe7krspSVh/eLgQKkJrtcLVofSLg=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=DxuDp8OEaAQwsAuyVbqDFlFTd8jsVLTU/ze9zLCY64OSGns+5VLtf1BidNpwbK+sg pVcPHEZw9yEi1GuojNMhsq2ftSYUISDBBWgyfPAlpWx81Ewn8/18/tAwRduM+Q9qzX 7C+4mBJ0fQGLmcjlylKqcuFGj9jz4AwdAvUHP1Pg0uB4c/QHV7jNHxoj5eoifGHDEM odr5ns/ic3knQNZLDzoScQy6ju8UBD21xS+QorhSK7WhuDp3Bcygs3t2S2xMN97g22 1ueIBwFH0XQ5fKZ7Z2vTdrmjEkfjvchhH3TnXGtgSWfOBd2AmC/WhtvKACsuIoFg1F n+EcWcp+xKNjw== Date: Sun, 26 May 2024 21:44:24 +0000 To: PHP internals Subject: Re: [PHP-DEV] [RFC] Transform exit() from a language construct into a standard function Message-ID: In-Reply-To: References: Feedback-ID: 96993444:user:proton X-Pm-Message-ID: b7becdc5970fe50614a511d7cf4a6e2ca4fca58e Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: internals@gpb.moe ("Gina P. Banyard") On Wednesday, 8 May 2024 at 14:40, Gina P. Banyard wrot= e: > Hello Internals, >=20 > I would like to formally propose my idea for exit() as a function brought= up to the list on 2024-02-24 [1] with the following RFC: > https://wiki.php.net/rfc/exit-as-function >=20 > There have been some slight tweaks to the implementation, namely that the= transformation from a "constant" to a function is done at compile time and= we do not hook into the behaviour of constants any longer. >=20 > Let me know what you think. >=20 > Best regards, >=20 > Gina P. Banyard >=20 >=20 >=20 > [1] https://externals.io/message/122483 As there haven't been any comments for nearly two weeks, I'm planning on op= ening the vote for the RFC on Tuesday. Best regards, Gina P. Banyard