Fix windows build

This commit is contained in:
Zeev Suraski 2000-11-26 14:25:31 +00:00
parent 8a03f3062f
commit d4fc424554

View File

@ -1551,6 +1551,7 @@ PHP_FUNCTION(call_user_func_array)
HashTable *params_ar;
int num_elems,
element = 0;
CLS_FETCH();
if (ZEND_NUM_ARGS() != 2 ||
zend_get_parameters_ex(2, &func_name, &params) == FAILURE) {