Re: [PHP-DEV] __toString() and exceptions

2008-05-28 Thread Sebastian
Hi, thank you, first of all because this was the first link to Zend Weekly News that worked. ;-) then to the real thing: i already thougt that such an answer was abroad. i know that the zend engine has actually never been written to work with exceptions. altought the zend engine 2 has great ne

Re: [PHP-DEV] __toString() and exceptions

2008-05-28 Thread Guilherme Blanco
Hi Sebastian, This is known and I already asked this quite some time ago. Here is the summary of what have I asked here: http://devzone.zend.com/article/2016-Zend-Weekly-Summaries-Issue-336#Heading6 Regards, On Wed, May 28, 2008 at 3:17 PM, Sebastian <[EMAIL PROTECTED]> wrote: > Hi, > > i just

[PHP-DEV] __toString() and exceptions

2008-05-28 Thread Sebastian
Hi, i just found it's really annoying that you can't throw exception in the context of __toString(). This makes it nealy impossible to work with __toString() because you'll have to watch not to throw exceptions (which is even more annoying..). Could this be adressed? Greetings -- PHP Inte