Re: [PHP] call_user_method_array

2003-01-01 Thread Marco Tabini
Chris-- On my system, the function works as expected (at least as I understand it): myFunc receives the parameters Hello! and array(this=that), which is what you pass to it in the first place. Were you expecting it to expand $myArrayVar into individual parameters? If so, that's not how it

RE: [PHP] call_user_method_array

2003-01-01 Thread Boget, Chris
On my system, the function works as expected (at least as I understand it): myFunc receives the parameters Hello! and array(this=that), which is what you pass to it in the first place. See, that's not what I'm getting... :| Were you expecting it to expand $myArrayVar into individual