1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

fix build

This commit is contained in:
Andrea Faulds
2015-01-18 19:20:12 +00:00
parent f3052c5d2f
commit 0be3626ec6
+1 -1
View File
@@ -2082,7 +2082,7 @@ static int spl_filesystem_file_call(spl_filesystem_object *intern, zend_function
if (zend_get_parameters_array_ex(pass_num_args, params + (arg2 ? 2 : 1)) != SUCCESS) {
efree(params);
WRONG_PARAM_COUNT;
WRONG_PARAM_COUNT_WITH_RETVAL(FAILURE);
}
ZVAL_UNDEF(&retval);