summaryrefslogtreecommitdiff
path: root/ext/zip/tests
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-02-19 17:02:31 +0100
committerRemi Collet <remi@php.net>2017-02-19 17:02:31 +0100
commit8f8fb92cd0a2ef917a17bafe0ca93e04f6430c18 (patch)
tree7601129cff4ec784757737db45cf7451912644bd /ext/zip/tests
parent0c28332b119c42e4d1a360290baa7feb533c5234 (diff)
parentdd9701c41416c189660ea136f3144d10274de252 (diff)
downloadphp-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.phpt2
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)