Re: [PHP] Object Function-call handling in PHP5

2005-09-28 Thread Ondrej Ivanič
Dmitry committed a path for improved __toString() support. However, im not sure if it will be PHP6 only... I know about this patch. I think, it will be PHP6 only. -- Ondrej Ivanic ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

Re: [PHP] Object Function-call handling in PHP5

2005-09-28 Thread l0t3k
Dmitry committed a path for improved __toString() support. However, im not sure if it will be PHP6 only... ""Ondrej Ivanic"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Beware! This bugs are related to __toString() method: > > 31766 Open printf and __toString > 34286 Assi

Re: [PHP] Object Function-call handling in PHP5

2005-09-28 Thread Ondrej Ivanič
Thorsten Suckow-Homberg wrote: In your case the __toString() method would be valuable... Beware! This bugs are related to __toString() method: 31766 Open printf and __toString 34286 Assigned __toString() behavior is inconsistent -- Ondrej Ivanič ([EMAIL PROTECTED]) -- PHP General Mai

Re: [PHP] Object Function-call handling in PHP5

2005-09-28 Thread Thorsten Suckow-Homberg
This is a toughy I've been working over for a bit. I was wondering if there is a way to cause objects to have certain behaviors when builtin functions are called, or maybe a way of setting, for example, a "primary" string which is used whenever a function requiring a string calls it. Take a look

[PHP] Object Function-call handling in PHP5

2005-09-28 Thread Jake Gardner
This is a toughy I've been working over for a bit. I was wondering if there is a way to cause objects to have certain behaviors when builtin functions are called, or maybe a way of setting, for example, a "primary" string which is used whenever a function requiring a string calls it. IE: Class my