Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123305 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 627FF1A009C for ; Sat, 11 May 2024 00:19:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1715386793; bh=HIW/c3x1nGQFWpLTYB8RtyGNXBmUYgnTWm5Y9nBJuVI=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=eDyzjlQXZTnsOFpFIm+E27MgNJi0lZnspU5fvfw20h4mWEd+cdnGZsXuofh2c0VGa OqlvnOgGsNjsQcOrLyI9G6HhQeyHnBfP1xiR5+cR+YFSBG+dBByhDlgwFdzfvmnMlZ 4z2n6+B5Bq3U1V3pBUjaZd7KeqTdpR/+UQ+nX9aKW4vVguNcfXrLxw2xiljkRG+FLm s7aTzacEr1cz9iMMh5Ork16D75wKEYuOgnk0Lejm3kiOp8jR9C37oZL8SPWFef1b/a 0atzsn5CQsE3pjh2WjAFHfahs1vg+iDsb7ZH7gyF0XEt9+XRIeWMRFVrKNywwH6be9 n6xNKsRLuLiig== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 45DDE180055 for ; Sat, 11 May 2024 00:19:52 +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.8 required=5.0 tests=BAYES_50,DMARC_PASS, SPF_HELO_NONE,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.sakiot.com (mail.sakiot.com [160.16.227.216]) (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 ; Sat, 11 May 2024 00:19:51 +0000 (UTC) Received: from smtpclient.apple (91.68.239.49.rev.vmobile.jp [49.239.68.91]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id 7B054401D8; Sat, 11 May 2024 09:18:58 +0900 (JST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (1.0) Subject: Re: [PHP-DEV] [RFC] Transform exit() from a language construct into a standard function Date: Sat, 11 May 2024 09:18:44 +0900 Message-ID: <532BCE76-C8DC-4796-97A1-86C5AC748A07@sakiot.com> References: <10b83bef-b019-4bbe-b97f-5cc9100cbf07@bastelstu.be> Cc: "Gina P. Banyard" , PHP internals In-Reply-To: <10b83bef-b019-4bbe-b97f-5cc9100cbf07@bastelstu.be> To: =?utf-8?Q?Tim_D=C3=BCsterhus?= X-Mailer: iPhone Mail (21E236) From: saki@sakiot.com (Saki Takamachi) Hi Tim, > This is already the case. `exit` throws an internal uncatchable Exception.= Quoting from the RFC: Thanks, I had overlooked that. I have no other concerns. Regards, Saki