Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21703 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83083 invoked by uid 1010); 27 Jan 2006 15:28:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83068 invoked from network); 27 Jan 2006 15:28:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2006 15:28:37 -0000 X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from ([80.91.229.2:46050] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 53/C7-03249-42C3AD34 for ; Fri, 27 Jan 2006 10:28:36 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F2VWL-0007mu-Ur for internals@lists.php.net; Fri, 27 Jan 2006 16:28:18 +0100 Received: from bos-nat1.smarterliving.net ([65.112.23.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Jan 2006 16:28:17 +0100 Received: from rabbitt by bos-nat1.smarterliving.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Jan 2006 16:28:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Fri, 27 Jan 2006 10:27:44 -0500 Lines: 13 Message-ID: References: <1728334199.20050925143657@marcus-boerger.de> <90e24d4e0601261554h4029db47n9d413bca414551aa@mail.gmail.com> <777983234.20060127082216@marcus-boerger.de> <200601271617.40669.tm@ippfp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: bos-nat1.smarterliving.net User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050729) X-Accept-Language: en-us, en In-Reply-To: <200601271617.40669.tm@ippfp.org> Sender: news Subject: Re: [PHP-DEV] [PATCH] __toString() From: rabbitt@xaraya.com ("Carl P. Corliss") Thomas Moenicke wrote: [snip] > Is there a generic way (for extensions, of course) to override the operators > between objects implementing __toString()? [snip] The pecl package 'operator' (http://pecl.php.net/package/operator) sounds like what you might be looking for. Cheers!, -- Carl