Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37422 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73384 invoked from network); 3 May 2008 08:31:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 May 2008 08:31:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 207.210.105.50 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 207.210.105.50 analucia.asmallorange.com Received: from [207.210.105.50] ([207.210.105.50:59616] helo=analucia.asmallorange.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/20-06646-3E22C184 for ; Sat, 03 May 2008 04:31:32 -0400 Received: from c-24-20-30-252.hsd1.mn.comcast.net ([24.20.30.252]:49950 helo=[192.168.3.107]) by analucia.asmallorange.com with esmtpa (Exim 4.68) (envelope-from ) id 1JsD9T-00068A-RB; Sat, 03 May 2008 04:31:27 -0400 Cc: RQuadling@GoogleMail.com, internals@lists.php.net Message-ID: <7D9A0CD9-C7FC-43A6-99B3-5B559EED8689@roshambo.org> To: Stanislav Malyshev In-Reply-To: <481BBACA.4060308@zend.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sat, 3 May 2008 01:31:23 -0700 References: <001401c8ac74$dda6d060$98f47120$@com> <1209749793.1075.54.camel@inspiron.local> <481B5F45.4030106@gmail.com> <481B6068.9060402@lerdorf.com> <1209758625.1075.87.camel@inspiron.local> <20080502232537.GB6064@mint.phcomp.co.uk> <10845a340805021659p34b5b403r9c2f00b96eb83803@mail.gmail.com> <481BAC65.9030407@zend.com> <10845a340805021714h45c316a7qc99c05e9e52ae5e4@mail.gmail.com> <481BB646.4060407@zend.com> <10845a340805021804h1e7faaeei80e41252cbe341b5@mail.gmail.com> <481BBACA.4060308@zend.com> X-Mailer: Apple Mail (2.919.2) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - analucia.asmallorange.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roshambo.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] Float comparison From: philip@roshambo.org (Philip Olson) On 2 May 2008, at 18:07, Stanislav Malyshev wrote: > Hi! > >> Is it not possible to overload operators? >> Though this would probably even more work to do. > > Well, overloading operators in theory would be less work to do, > technically, since extension points would be easier to identify. > However, I'm not sure we'd want to open that can of worms :) Overloading operators in PHP sounds crazy... so it's possible. :) http://pecl.php.net/package/operator Regards, Philip