mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
Fix a typo in the ZipArchive error messages
This commit is contained in:
+1
-1
@@ -410,7 +410,7 @@ static int php_zip_parse_options(zval *options, long *remove_all_path,
|
||||
ze_zip_object *obj = (ze_zip_object*) zend_object_store_get_object(object TSRMLS_CC); \
|
||||
intern = obj->za; \
|
||||
if (!intern) { \
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid or unitialized Zip object"); \
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid or uninitialized Zip object"); \
|
||||
RETURN_FALSE; \
|
||||
} \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user