diff options
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r-- | ext/zip/php_zip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 776b433850..aca478a780 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -373,7 +373,7 @@ static int php_zip_parse_options(zval *options, zend_long *remove_all_path, char intern = obj->za; \ if (!intern) { \ zend_value_error("Invalid or uninitialized Zip object"); \ - return; \ + RETURN_THROWS(); \ } \ } /* }}} */ |