Searched refs:func_params (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/spl/ |
H A D | spl_iterators.c | 1309 zval ***func_params, func; in spl_dual_it_call_method() local 1328 func_params = safe_emalloc(sizeof(zval **), arg_count, 0); in spl_dual_it_call_method() 1332 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method() 1337 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval_ptr, arg_count, func_params, 0,… in spl_dual_it_call_method() 1346 efree(func_params); in spl_dual_it_call_method()
|
Completed in 12 milliseconds