RE: [PHP-DEV] call_user_function()

2002-04-17 Thread Sam Liddicott
d lafountain; [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] call_user_function() > > > Can you send a unified diff of what call_user_function() > would look like > with your changes? > > Andi > > At 06:04 AM 2/25/2002 -0800, brad lafountain wrote: > >Ok, >

Re: [PHP-DEV] call_user_function()

2002-02-26 Thread Andi Gutmans
Can you send a unified diff of what call_user_function() would look like with your changes? Andi At 06:04 AM 2/25/2002 -0800, brad lafountain wrote: >Ok, > I know ive already posted this but no responded. So I'll do it again. > >Currently call_user_function() doesn't call overloaded class met

Re: [PHP-DEV] call_user_function()

2002-02-20 Thread brad lafountain
well... i hacked up a function to handle this... does anyone wanna look at my code and maybe possible include it with call_user_function int my_call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, zval *retval_ptr, int param_count, zval *params[] TSRMLS_DC) {