Re: [PHP-DEV] " too few arguments to function `call_user_function_ex'"

2002-12-25 Thread Leon Mergen
"Derick Rethans" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Tought this was the best newsgroup to post to, since I'm developing an > > in-house only additional PHP module. > > > > Anyway, I want to call a user function from a function in my module... so

Re: [PHP-DEV] " too few arguments to function `call_user_function_ex'"

2002-12-25 Thread Derick Rethans
On Wed, 25 Dec 2002, Leon Mergen wrote: > Tought this was the best newsgroup to post to, since I'm developing an > in-house only additional PHP module. > > Anyway, I want to call a user function from a function in my module... so I > should use call_user_function_ex . Well, I tried the example on

[PHP-DEV] " too few arguments to function `call_user_function_ex'"

2002-12-25 Thread Leon Mergen
Hello, Tought this was the best newsgroup to post to, since I'm developing an in-house only additional PHP module. Anyway, I want to call a user function from a function in my module... so I should use call_user_function_ex . Well, I tried the example on the website, and it gives me the error: