diff options
Diffstat (limited to 'ext/mcrypt/tests/mcrypt_ofb.phpt')
-rw-r--r-- | ext/mcrypt/tests/mcrypt_ofb.phpt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/mcrypt/tests/mcrypt_ofb.phpt b/ext/mcrypt/tests/mcrypt_ofb.phpt index 1532c4cf29..9420353060 100644 --- a/ext/mcrypt/tests/mcrypt_ofb.phpt +++ b/ext/mcrypt/tests/mcrypt_ofb.phpt @@ -17,5 +17,11 @@ echo trim(mcrypt_ofb($cipher, $key, $enc_data, MCRYPT_DECRYPT, $iv)) . "\n"; // a warning must be issued if we don't use a IV on a AES cipher, that usually requires an IV mcrypt_ofb($cipher, $key, $enc_data, MCRYPT_DECRYPT, $iv); ---EXPECT-- -PHP Testfest 2008
\ No newline at end of file +--EXPECTF-- + +Deprecated: Function mcrypt_ofb() is deprecated in %s on line %d + +Deprecated: Function mcrypt_ofb() is deprecated in %s on line %d +PHP Testfest 2008 + +Deprecated: Function mcrypt_ofb() is deprecated in %s on line %d |