summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-10-24 14:58:01 +0200
committerJoe Watkins <krakjoe@php.net>2017-10-24 16:38:13 +0100
commit2eef522b1cf076073d87d20a50e8ea0726ffaec5 (patch)
tree41f7226917c702718725756d48cf1c61c8aad378
parentedb6adef362ddd878f92a60017e05229579ad37c (diff)
downloadphp-git-2eef522b1cf076073d87d20a50e8ea0726ffaec5.tar.gz
Fix test
-rw-r--r--ext/mcrypt/tests/bug72535.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mcrypt/tests/bug72535.phpt b/ext/mcrypt/tests/bug72535.phpt
index 9e6d8333f9..b5bf050abb 100644
--- a/ext/mcrypt/tests/bug72535.phpt
+++ b/ext/mcrypt/tests/bug72535.phpt
@@ -19,5 +19,6 @@ stream_filter_append($fp, 'mcrypt.arcfour', STREAM_FILTER_WRITE, $opts);
fwrite($fp, $plaintext);
?>
==NOCRASH==
---EXPECT--
+--EXPECTF--
+Deprecated: stream_filter_append(): mcrypt and mdecrypt stream filters have been deprecated in %s on line %d
==NOCRASH==