summaryrefslogtreecommitdiff
path: root/ext/mcrypt/tests/bug72535.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcrypt/tests/bug72535.phpt')
-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==