Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30378 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21475 invoked by uid 1010); 30 Jun 2007 14:55:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21459 invoked from network); 30 Jun 2007 14:55:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2007 14:55:53 -0000 X-Host-Fingerprint: 193.170.68.74 unknown Received: from [193.170.68.74] ([193.170.68.74:25342] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/83-24942-9FE66864 for ; Sat, 30 Jun 2007 10:55:53 -0400 Message-ID: <5D.83.24942.9FE66864@pb1.pair.com> To: internals@lists.php.net Date: Sat, 30 Jun 2007 16:55:50 +0200 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 References: <34.E2.21924.65914864@pb1.pair.com> <58695.216.230.84.67.1183064548.squirrel@www.l-i-e.com> In-Reply-To: <58695.216.230.84.67.1183064548.squirrel@www.l-i-e.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 193.170.68.74 Subject: Re: [PHP-DEV] Exception thrown without a stack frame From: jakob.buchgraber@gmail.com (Jakob Buchgraber) Okay, I can now reproduce the problem. Here is the code: I couldn't reproduce it before as I didn't assign the instance of Foo to a variable, however Christian Hoffmann pointed me out that I need to do this in order to get the desired error. - Jakob