Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11658 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65713 invoked by uid 1010); 30 Jul 2004 08:24:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65688 invoked from network); 30 Jul 2004 08:24:43 -0000 Received: from unknown (HELO e-matters.de) (217.69.76.213) by pb1.pair.com with SMTP; 30 Jul 2004 08:24:43 -0000 Received: (qmail 5391 invoked by uid 0); 30 Jul 2004 08:22:37 -0000 Received: from p54875f0e.dip.t-dialin.net (HELO php.net) (84.135.95.14) by /var/run/qmail-smtp.pid with SMTP; 30 Jul 2004 08:22:37 -0000 Message-ID: <410A05C7.8060300@php.net> Date: Fri, 30 Jul 2004 10:24:39 +0200 User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Removing Try and Catch From: sesser@php.net (Stefan Esser) Hi, okay lets remove GOTO and of course also remove try,catch. You can emulate the whole try/catch thing with lots of unreadable do/while/break statements. So why insert a stupid construct, that can only help the developers to shoot themself in the foot. Stefan