Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48742 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91833 invoked from network); 11 Jun 2010 17:34:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jun 2010 17:34:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:49320] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/AD-08093-1C3721C4 for ; Fri, 11 Jun 2010 13:34:58 -0400 Received: by fxm5 with SMTP id 5so1023633fxm.29 for ; Fri, 11 Jun 2010 10:34:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=iSH8jzSeLIlHF2DrFUKragWy+XZTICXD7KYmoe6ZC4Y=; b=ioeo6yO/1gykHSS85qqM76JjT+XmF1v3oEefd7kqsij2E/d835A3K4AaCPbkLwSQ0w kgtKmkqy2RwzvCrKJ75VW9Ek0tCgfOEd+J6J5AyktfdPhFbw19fFJIzEpXPOwWik95kk PgwdGuLlbbn9beE36zV00xeb1CybBp/mf0STU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xxjqfA17WIZuYOCy3r34b9JvDIoU007QJlGGYLDz6s5m5f5SEeXosvvF3BW0EcmZF3 V6EKLtrbimyeFSzJQeyg14reTmEi5y4jl7kooCjee5q3t80YnQelGOBipB7GnmT2UyBM jRbhJV75eHvBcgTZVJv21nvuHmJaq+3rwumXg= MIME-Version: 1.0 Received: by 10.216.93.73 with SMTP id k51mr406006wef.20.1276277694901; Fri, 11 Jun 2010 10:34:54 -0700 (PDT) Received: by 10.216.229.33 with HTTP; Fri, 11 Jun 2010 10:34:54 -0700 (PDT) In-Reply-To: <20100611172416.GA11065@panix.com> References: <20100611172416.GA11065@panix.com> Date: Fri, 11 Jun 2010 19:34:54 +0200 Message-ID: To: Daniel Convissor Cc: Pieter de Zwart , internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Proper return after throwing exception From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Jun 11, 2010 at 19:24, Daniel Convissor wrote: > Hi Pieter: > > On Thu, Jun 10, 2010 at 12:41:29PM -0700, Pieter de Zwart wrote: >> >> zend_throw_exception(amqp_connection_exception_class_entry, "blah blah >> blah", 0 TSRMLS_CC); >> return; > > These kinds of questions (regarding how to use PHP) should be asked on > the php-general list. =A0The internals list you wrote to is for discussio= ns > of how to make PHP. Which part of "zend_throw_exception()" sounds like a php-general@ question? I think you misread his question :) -Hannes