Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7141 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62191 invoked by uid 1010); 16 Jan 2004 23:03:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62168 invoked from network); 16 Jan 2004 23:03:55 -0000 Received: from unknown (HELO matrix.gna.ch) (195.226.6.8) by pb1.pair.com with SMTP; 16 Jan 2004 23:03:55 -0000 Received: from localhost (localhost [127.0.0.1]) by matrix.gna.ch (Postfix) with ESMTP id A827537D; Sat, 17 Jan 2004 00:03:54 +0100 (CET) Received: by matrix.gna.ch (Postfix, from userid 65534) id 4EB39384; Sat, 17 Jan 2004 00:03:53 +0100 (CET) Received: from cschneid.com (unknown [195.226.4.61]) by matrix.gna.ch (Postfix) with ESMTP id 2377D37D; Sat, 17 Jan 2004 00:03:50 +0100 (CET) Message-ID: <40086DD5.3060106@cschneid.com> Date: Sat, 17 Jan 2004 00:03:49 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031009 X-Accept-Language: de-ch, de, en-us, en MIME-Version: 1.0 To: Adam Maccabee Trachtenberg Cc: internals@lists.php.net References: <132109560218.20040115204833@marcus-boerger.de> In-Reply-To: X-Enigmail-Version: 0.76.7.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on matrix.gna.ch X-Spam-Level: X-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.61 X-Virus-Scanned: by AMaViS Ultramail snapshot-20020531 Subject: Re: [PHP-DEV] __toString() with strval() and settype() From: cschneid@cschneid.com (Christian Schneider) Adam Maccabee Trachtenberg wrote: > Anyone else care to chime in here? If we're really moving to RC1, I So to summarize that'd be echo, print, (string), strval() and settype() using __toString(), right? Sounds +1 to me. Right now strval() and settype() don't call __toString() but exit() does. - Chris