Re: [PHP-DEV] __set __get __call in internal class

2004-09-12 Thread Marcus Boerger
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

Re: [PHP-DEV] __set __get __call in internal class

2004-09-11 Thread Frédéric LECOINTRE
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

Re: [PHP-DEV] __set __get __call in internal class

2004-09-10 Thread Marcus Boerger
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

Re: [PHP-DEV] __set __get __call in internal class

2004-09-10 Thread Frédéric LECOINTRE
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

Re: [PHP-DEV] __set __get __call in internal class

2004-09-09 Thread Marcus Boerger
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

[PHP-DEV] __set __get __call in internal class

2004-09-08 Thread Frédéric LECOINTRE
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