N() (EG(exception) != NULL)
> regards
> fred
> - Original Message -
> From: "Marcus Boerger" <[EMAIL PROTECTED]>
> To: "Frédéric LECOINTRE" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, September 10, 2004 11:35 P
n the engine. ( note that ZEND_API void
zend_clear_exception(TSRMLS_D): exist !! )
regards
fred
- Original Message -
From: "Marcus Boerger" <[EMAIL PROTECTED]>
To: "Frédéric LECOINTRE" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, Sept
Hello Frédéric,
Friday, September 10, 2004, 1:28:31 PM, you wrote:
> hi Marcus,
> Sorry for the post !
> well, with zend_try, i want to catch an exception (throwed in user space or
> internal).
> if I can't use it , how I can recover exception ?
that has nothing in common. the macros are try/ca
rédéric LECOINTRE" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, September 09, 2004 10:43 AM
Subject: Re: [PHP-DEV] __set __get __call in internal class
> Hello Frédéric,
>
> first of all never rply to another topic with a new one that confuses
> our mail cl
Hello Frédéric,
first of all never rply to another topic with a new one that confuses
our mail clients.
Thursday, September 9, 2004, 2:05:11 AM, you wrote:
> hi all,
> 1)
> i have to implement __set and __get methods in internal class but, actually,
> methods declared in the class function e
hi all,
1)
i have to implement __set and __get methods in internal class but, actually,
methods declared in the class function entry aren't recognized
automatically like __construct, __destruct and __clone.
i can see that in zend_register_functions ( zend_API.c # from l. 1308)
to solve this pro