Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11729 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49637 invoked by uid 1010); 30 Jul 2004 20:33:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49613 invoked from network); 30 Jul 2004 20:33:10 -0000 Received: from unknown (HELO gw2.emini.dk) (192.38.9.232) by pb1.pair.com with SMTP; 30 Jul 2004 20:33:10 -0000 Received: from [10.0.0.10] (gw1.emini.dk [212.242.124.121]) by gw2.emini.dk (Postfix) with ESMTP id 0FFB53AB87; Fri, 30 Jul 2004 22:33:10 +0200 (CEST) Message-ID: <410AB085.6070508@emini.dk> Date: Fri, 30 Jul 2004 22:33:09 +0200 Organization: Emini ApS User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Moore Cc: Shaun Thomas , Paul G , internals@lists.php.net References: <20040729021337.73894.qmail@pb1.pair.com> <200407291117.09573.lpedretti@suserver.com> <200407291037.12396.ilia@prohost.org> <41098F91.3000606@hristov.com> <004801c475bd$812f3580$0200a8c0@rusko> <410A5CBC.9090500@townnews.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] GOTO operator From: edink@emini.dk (Edin Kadribasic) Jeff Moore wrote: > Where did the if statements go? do_stuff(), do_more_stuff(), and > do_even_more_stuff() should throw exceptions rather than return boolean > error indicators. Now imagine do_stuff() and friends were native PHP functions ;) Edin