[PHP-DEV] Question on PHP 6 and static calls to instance methods.

2008-05-03 Thread Adam Richardson
I've incorporated use of the ability to call instance methods through static calls, allowing for me to mimic multiple inheritance without having to make edits to classes that are already working because of the behavior of '$this' when instance methods are called statically. As stated on in

[PHP-DEV] CVS Account Request: cbrunet

2008-05-03 Thread Charles Brunet
submit and maintain packages on PEAR (I have HTML_Entities finished, and File_Sitemap proposed) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Float comparison

2008-05-03 Thread Todd Ruth
On Fri, 2008-05-02 at 23:52 -0400, Cristian Rodríguez wrote: > Todd Ruth escribió: > > > Most people don't care about floating numbers beyond a certain > > number of digits. > > That's the main flaw in your suggestion, "most people".. the language > should be correct, do the real right thing.

Re: [PHP-DEV] Float comparison

2008-05-03 Thread Pierre Joye
On Sat, May 3, 2008 at 10:31 AM, Philip Olson <[EMAIL PROTECTED]> wrote: > > 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 theo

Re: [PHP-DEV] Float comparison

2008-05-03 Thread Alain Williams
On Sat, May 03, 2008 at 02:04:35AM +0100, Richard Quadling wrote: > 2008/5/3 Stanislav Malyshev <[EMAIL PROTECTED]>: > Is it not possible to overload operators? > > Though this would probably even more work to do. Overloading of operators implies strong typing, eg overload + for type money to be

Re: [PHP-DEV] Float comparison

2008-05-03 Thread 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