Lines Matching refs:param_count
49 uint32_t param_count; member
242 ZEND_API int _zend_get_parameters_array_ex(int param_count, zval *argument_array);
245 ZEND_API int zend_copy_parameters_array(int param_count, zval *argument_array);
247 #define zend_get_parameters_array(ht, param_count, argument_array) \ argument
248 _zend_get_parameters_array_ex(param_count, argument_array)
249 #define zend_get_parameters_array_ex(param_count, argument_array) \ argument
250 _zend_get_parameters_array_ex(param_count, argument_array)
469 …ction_ex(zval *object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[],…
471 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument
472 _call_user_function_ex(object, function_name, retval_ptr, param_count, params, 1)
473 #define call_user_function_ex(function_table, object, function_name, retval_ptr, param_count, param… argument
474 _call_user_function_ex(object, function_name, retval_ptr, param_count, params, no_separation)
498 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval **params);
502 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval *params);