]> granicus.if.org Git - php/commitdiff
Fix missed test
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 10 Jul 2016 18:47:06 +0000 (20:47 +0200)
committerJulien Pauli <jpauli@php.net>
Mon, 11 Jul 2016 11:17:44 +0000 (13:17 +0200)
ext/mcrypt/tests/bug43143.phpt

index 725840f9c5b78d008dd840ff609e830f074357e1..81f7aa4fa91315495ea8e51076834682111c4106 100644 (file)
@@ -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