Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13117 invoked by uid 1007); 8 Jul 2003 17:29:48 -0000 To: internals@lists.php.net Message-ID: <3F0AFF96.9080600@chiaraquartet.net> Date: Tue, 08 Jul 2003 13:29:58 -0400 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 66.65.33.39 Subject: exceptions question From: greg@chiaraquartet.net (Greg Beaver) Hi, In experimenting with exceptions, I notice that throw() always jumps to the first catch() (as expected), and there is no way to return to the line after the throw(). Are we forced to use trigger_error() or some custom function for this kind of exception, or is there a way to tell PHP 5 "go back, the exception is fixed"? Thanks, Greg