From: Rasmus Lerdorf Date: Sun, 26 Jul 2009 08:13:40 +0000 (+0000) Subject: Fix a bunch of binary/unicode issues in the mcrypt tests X-Git-Tag: php-5.4.0alpha1~191^2~2961 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4551e0fda331c96858d1cb18b0cb1860e1b74c25;p=php Fix a bunch of binary/unicode issues in the mcrypt tests --- diff --git a/ext/mcrypt/tests/bug41252.phpt b/ext/mcrypt/tests/bug41252.phpt index b184f800f5..f360d1debf 100644 --- a/ext/mcrypt/tests/bug41252.phpt +++ b/ext/mcrypt/tests/bug41252.phpt @@ -5,7 +5,7 @@ Bug #41252 (Calling mcrypt_generic without first calling mcrypt_generic_init cra --FILE-- --EXPECTF-- diff --git a/ext/mcrypt/tests/mcrypt_cbc.phpt b/ext/mcrypt/tests/mcrypt_cbc.phpt index 43b50ab211..dd352c1ae5 100644 --- a/ext/mcrypt/tests/mcrypt_cbc.phpt +++ b/ext/mcrypt/tests/mcrypt_cbc.phpt @@ -4,8 +4,8 @@ mcrypt_cbc --FILE-- --FILE-- --FILE-- --FILE-- - string(3) "cbc" + unicode(3) "cbc" [1]=> - string(3) "cfb" + unicode(3) "cfb" [2]=> - string(3) "ctr" + unicode(3) "ctr" [3]=> - string(3) "ecb" + unicode(3) "ecb" [4]=> - string(4) "ncfb" + unicode(4) "ncfb" [5]=> - string(4) "nofb" + unicode(4) "nofb" [6]=> - string(3) "ofb" + unicode(3) "ofb" [7]=> - string(6) "stream" + unicode(6) "stream" } diff --git a/ext/mcrypt/tests/mcrypt_ofb.phpt b/ext/mcrypt/tests/mcrypt_ofb.phpt index 0ed1e191d2..348a5ff868 100644 --- a/ext/mcrypt/tests/mcrypt_ofb.phpt +++ b/ext/mcrypt/tests/mcrypt_ofb.phpt @@ -4,8 +4,8 @@ mcrypt_ofb --FILE--