diff options
author | Xinchen Hui <laruence@gmail.com> | 2014-05-05 10:49:27 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2014-05-05 10:49:27 +0800 |
commit | bea30846bb40e84eab19243823c5c8baa2f0137c (patch) | |
tree | 0d83c863718159ba6919838dbb764eb77b76766e /ext/zip/tests | |
parent | cf15e94e0797bbafe89efec5176a248839250909 (diff) | |
download | php-git-bea30846bb40e84eab19243823c5c8baa2f0137c.tar.gz |
Refactor Zip (1 test failed)
Diffstat (limited to 'ext/zip/tests')
-rw-r--r-- | ext/zip/tests/doubleclose.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/zip_entry_close.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/tests/doubleclose.phpt b/ext/zip/tests/doubleclose.phpt index abc62c8434..0eccc40bad 100644 --- a/ext/zip/tests/doubleclose.phpt +++ b/ext/zip/tests/doubleclose.phpt @@ -33,7 +33,7 @@ Done Procedural NULL -Warning: zip_close(): %i is not a valid Zip Directory resource in %s +Warning: zip_close(): supplied resource is not a valid Zip Directory resource in %s bool(false) Object bool(true) diff --git a/ext/zip/tests/zip_entry_close.phpt b/ext/zip/tests/zip_entry_close.phpt index 82b7819054..20e2123401 100644 --- a/ext/zip/tests/zip_entry_close.phpt +++ b/ext/zip/tests/zip_entry_close.phpt @@ -19,6 +19,6 @@ Done entry_open: bool(true) entry_close: bool(true) entry_close: -Warning: zip_entry_close(): %d is not a valid Zip Entry resource in %s +Warning: zip_entry_close(): supplied resource is not a valid Zip Entry resource in %s bool(false) Done |