Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7474 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22278 invoked by uid 1010); 2 Feb 2004 15:43:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22223 invoked from network); 2 Feb 2004 15:43:03 -0000 Received: from unknown (HELO xaxa.search.ch) (195.141.85.117) by pb1.pair.com with SMTP; 2 Feb 2004 15:43:03 -0000 Received: from localhost (localhost [127.0.0.1]) by xaxa.search.ch (Postfix) with ESMTP id A856D6DB66; Mon, 2 Feb 2004 16:43:02 +0100 (CET) Received: by xaxa.search.ch (Postfix, from userid 65534) id 914686DB60; Mon, 2 Feb 2004 16:43:01 +0100 (CET) Received: from cschneid.com (ultrafilter-i [192.168.85.2]) by xaxa.search.ch (Postfix) with ESMTP id 09F506D8E3; Mon, 2 Feb 2004 16:43:01 +0100 (CET) Message-ID: <401E7004.5090803@cschneid.com> Date: Mon, 02 Feb 2004 16:43:00 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031009 X-Accept-Language: de-ch, en-us, en MIME-Version: 1.0 To: Stephane Drouard Cc: internals@lists.php.net References: <20040202153345.96908.qmail@pb1.pair.com> In-Reply-To: <20040202153345.96908.qmail@pb1.pair.com> X-Enigmail-Version: 0.76.7.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on xaxa.search.ch X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.61 X-Virus-Scanned: by AMaViS 0.3.12pre8 Subject: Re: PHP5: Exception not correctly thown with __get, __set and __toString From: cschneid@cschneid.com (Christian Schneider) Stephane Drouard wrote: > The following code does not work as expected: I think it is a very good thing to test these things and I think it should be turned into phpt tests and added to the distribution. - Chris