Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Oct 24, 2017
1 parent c05fcc4 commit 8ad71bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/mcrypt/tests/bug72535.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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==

0 comments on commit 8ad71bc

Please sign in to comment.