diff options
author | Remi Collet <remi@php.net> | 2017-02-19 17:02:31 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2017-02-19 17:02:31 +0100 |
commit | 8f8fb92cd0a2ef917a17bafe0ca93e04f6430c18 (patch) | |
tree | 7601129cff4ec784757737db45cf7451912644bd /ext/zip/tests | |
parent | 0c28332b119c42e4d1a360290baa7feb533c5234 (diff) | |
parent | dd9701c41416c189660ea136f3144d10274de252 (diff) | |
download | php-git-8f8fb92cd0a2ef917a17bafe0ca93e04f6430c18.tar.gz |
Merge branch 'PHP-7.1'
* PHP-7.1:
fix test for libzip 1.2.0
Diffstat (limited to 'ext/zip/tests')
-rw-r--r-- | ext/zip/tests/bug70322.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/bug70322.phpt b/ext/zip/tests/bug70322.phpt index a9b4915914..b089e30bfe 100644 --- a/ext/zip/tests/bug70322.phpt +++ b/ext/zip/tests/bug70322.phpt @@ -25,5 +25,5 @@ var_dump($zip->close()); @unlink(__DIR__ . '/bug70322.zip'); ?> --EXPECTF-- -Warning: ZipArchive::close(): Read error: No such file or directory in %s%ebug70322.php on line %d +Warning: ZipArchive::close(): %s: No such file or directory in %s%ebug70322.php on line %d bool(false) |