|
|
@ -1865,7 +1865,11 @@ static int spl_filesystem_file_call(spl_filesystem_object *intern, zend_function |
|
|
|
|
|
|
|
|
result = zend_call_function(&fci, &fcic TSRMLS_CC); |
|
|
result = zend_call_function(&fci, &fcic TSRMLS_CC); |
|
|
|
|
|
|
|
|
ZVAL_ZVAL(return_value, retval, 1, 1); |
|
|
|
|
|
|
|
|
if (result == FAILURE) { |
|
|
|
|
|
RETVAL_FALSE; |
|
|
|
|
|
} else { |
|
|
|
|
|
ZVAL_ZVAL(return_value, retval, 1, 1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
efree(params); |
|
|
efree(params); |
|
|
return result; |
|
|
return result; |
|
|
|