Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55032 invoked by uid 1010); 14 Dec 2003 12:58:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54997 invoked from network); 14 Dec 2003 12:58:35 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 14 Dec 2003 12:58:35 -0000 Received: from [192.168.1.100] (p508EAED5.dip.t-dialin.net [80.142.174.213]) by shiva.mind.de (Postfix) with ESMTP id C34E597B66; Sun, 14 Dec 2003 13:58:29 +0100 (CET) Date: Sun, 14 Dec 2003 13:56:28 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <163747247656.20031214135628@marcus-boerger.de> To: Sebastian Bergmann Cc: internals@lists.php.net In-Reply-To: <42746669312.20031214134649@marcus-boerger.de> References: <42746669312.20031214134649@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] __toString() From: helly@php.net (Marcus Boerger) Hello Sebastian, Sunday, December 14, 2003, 1:52:38 PM, you wrote: > Marcus Boerger wrote: >> We found out that calling __toString() automatically in any place in >> the executor has unsolveable problems right now (ask Andi for details). > So if __toString() is no longer automatically called what is its > purpose then? > I mean, if I have to explicitly call it via ->__toString() I can save > two characters and name the method toString(). Probably someone takes a deeper look into all problems after 5.0 is out? i don't know. Anyway it is a naming convention. -- Best regards, Marcus mailto:helly@php.net