From dda1c9a0f81a334010154aafce7e33f5ed57606f Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 10 Jul 2016 20:47:06 +0200 Subject: [PATCH] Fix missed test --- ext/mcrypt/tests/bug43143.phpt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/mcrypt/tests/bug43143.phpt b/ext/mcrypt/tests/bug43143.phpt index 725840f9c5..81f7aa4fa9 100644 --- a/ext/mcrypt/tests/bug43143.phpt +++ b/ext/mcrypt/tests/bug43143.phpt @@ -17,7 +17,11 @@ echo "END\n"; ?> --EXPECTF-- ECB + +Deprecated: mcrypt_encrypt(): The mcrypt extension is deprecated and will be removed in the future: use openssl instead in %s%ebug43143.php on line 5 CFB +Deprecated: mcrypt_encrypt(): The mcrypt extension is deprecated and will be removed in the future: use openssl instead in %s%ebug43143.php on line 9 + Warning: mcrypt_encrypt(): Encryption mode requires an initialization vector of size 32 in %sbug43143.php on line 9 END -- 2.50.1