summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/inflate_add_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/inflate_add_error.phpt')
-rw-r--r--ext/zlib/tests/inflate_add_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/tests/inflate_add_error.phpt b/ext/zlib/tests/inflate_add_error.phpt
index 9622e5a4c4..3379219752 100644
--- a/ext/zlib/tests/inflate_add_error.phpt
+++ b/ext/zlib/tests/inflate_add_error.phpt
@@ -26,5 +26,5 @@ try {
?>
--EXPECT--
-inflate_add(): supplied resource is not a valid zlib inflate resource
-Flush mode must be ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYNC_FLUSH, ZLIB_FULL_FLUSH, ZLIB_BLOCK or ZLIB_FINISH
+inflate_add(): Argument #1 ($context) must be of type InflateContext, resource given
+inflate_add(): Argument #3 ($flush_mode) must be one of ZLIB_NO_FLUSH, ZLIB_PARTIAL_FLUSH, ZLIB_SYNC_FLUSH, ZLIB_FULL_FLUSH, ZLIB_BLOCK, or ZLIB_FINISH