Re: [PHP-DEV] call_user_function/wddx_serialize_vars Question

2003-06-23 Thread Andrei Zmievski
On Fri, 20 Jun 2003, Jeraimee Hughes wrote: > zval *params; > zval *function_name; > zval *params_wddx = NULL; > zval *params_array; [snipped] > add_index_zval(params_array, 0, params); > > if (FAILURE == call_user_function(CG(function_table), NULL, function_n

[PHP-DEV] call_user_function/wddx_serialize_vars Question

2003-06-20 Thread Jeraimee Hughes
I'm using the code below to use call_user_function to attempt to make a wddx packet. What I'm getting is the following wddx packet: Obviously I'm passing something incorrectly to call_user_function, but since this is my first time using call_user_function I'm not sure what. Note that I've teste