From: Anatol Belski Date: Thu, 13 Oct 2016 08:08:23 +0000 (+0200) Subject: fix test X-Git-Tag: php-7.1.0RC4~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20b63996c07f4a53ace391db9d6d1b3b57af2030;p=php fix test (cherry picked from commit 57354e0313cba1186fd05f74e1c418525269e7f2) --- diff --git a/ext/openssl/tests/bug61124.phpt b/ext/openssl/tests/bug61124.phpt index 2fc192d434..9b21da5048 100644 --- a/ext/openssl/tests/bug61124.phpt +++ b/ext/openssl/tests/bug61124.phpt @@ -8,5 +8,5 @@ if (!extension_loaded("openssl")) die("skip"); var_dump(openssl_decrypt('kzo w2RMExUTYQXW2Xzxmg==', 'aes-128-cbc', 'pass', false, 'pass')); --EXPECTF-- -Warning: openssl_decrypt(): Failed to base64 decode the input in %s on line %s -bool(false) \ No newline at end of file +Warning: openssl_decrypt(): IV passed is only 4 bytes long, cipher expects an IV of precisely 16 bytes, padding with \0 in %s on line %d +bool(false)