Re: [PHP-DEV] php module calling php code

2001-11-20 Thread Lenar Lõhmus
Colin McDonald wrote: you where close: call_user_method() Zak was right. call_user_method() is deprecated. At least it sais so when NOTICEs are enabled. colin Zak Greant wrote: IIAGR, you should be able to find an example in call_user_func() -- Lenar Lõhmus -- PHP

[PHP-DEV] php module calling php code

2001-11-19 Thread colin mcdonald
Hi, can anyone point me to some examples/documentation for any of the following: C code calling methods of an object defined in a user's php code. (I know you can call user's php functions, but can this be done?) OR How would I define a PHP Object in C that could be used in the php script

Re: [PHP-DEV] php module calling php code

2001-11-19 Thread Zak Greant
On November 19, 2001 12:23 pm, colin mcdonald wrote: Hi, can anyone point me to some examples/documentation for any of the following: C code calling methods of an object defined in a user's php code. (I know you can call user's php functions, but can this be done?) IIAGR, you

Re: [PHP-DEV] php module calling php code

2001-11-19 Thread colin mcdonald
you where close: call_user_method() colin Zak Greant wrote: IIAGR, you should be able to find an example in call_user_func() -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL