Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3228 invoked by uid 1010); 17 Jun 2004 06:34:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3203 invoked from network); 17 Jun 2004 06:34:15 -0000 Received: from unknown (HELO theta.altoona-pa.com) (209.161.72.28) by pb1.pair.com with SMTP; 17 Jun 2004 06:34:15 -0000 Received: from ionzoft-jeg.ionzoft.com (dpvc-207-68-114-163.alt.east.verizon.net [207.68.114.163]) by theta.altoona-pa.com (Postfix) with ESMTP id B996515A30 for ; Thu, 17 Jun 2004 02:34:14 -0400 (EDT) Message-ID: <5.1.0.14.0.20040617023218.01d3d3b0@mail.ionzoft.com> X-Sender: izftjason@mail.ionzoft.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 17 Jun 2004 02:34:20 -0400 To: internals@lists.php.net In-Reply-To: <20040617102216.72840595.tony2001@phpclub.net> References: <5.1.0.14.0.20040617021354.00baf110@mail.ionzoft.com> <5.1.0.14.0.20040617021354.00baf110@mail.ionzoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Throw Question From: jason@ionzoft.com (Jason Garber) That's what I figured. throw is a language construct. However, from the manual (http://php.net/exit): void exit ( int status) Note: This is not a real function, but a language construct. Why does $x || exit; work without a parse error? Thanks, Jason Garber At 6/17/2004 10:22 AM +0400, Antony Dovgal wrote: >On Thu, 17 Jun 2004 02:17:26 -0400 >Jason Garber wrote: > > > Consider the following: > > Why is this? > >Take a look at the bug #28727: >http://bugs.php.net/?id=28727 > >--- >WBR, >Antony Dovgal aka tony2001 >tony2001@phpclub.net || antony@dovgal.com > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php