summaryrefslogtreecommitdiff
path: root/ext/mcrypt
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-07-10 20:47:06 +0200
committerJulien Pauli <jpauli@php.net>2016-07-11 13:17:44 +0200
commitdda1c9a0f81a334010154aafce7e33f5ed57606f (patch)
tree3cfed738c484c9a8e4d258c5625b98564efa05c5 /ext/mcrypt
parent3dd380c41e7ff54ec8176d9f87f6d4760fada9fa (diff)
downloadphp-git-dda1c9a0f81a334010154aafce7e33f5ed57606f.tar.gz
Fix missed test
Diffstat (limited to 'ext/mcrypt')
-rw-r--r--ext/mcrypt/tests/bug43143.phpt4
1 files changed, 4 insertions, 0 deletions
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