--TEST-- Test mcrypt_decrypt() function : basic functionality --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- *** Testing mcrypt_decrypt() : basic functionality *** --- testing different key lengths key length=8 unicode(32) "736563726574206d6573736167650000" key length=20 unicode(32) "736563726574206d6573736167650000" key length=24 unicode(32) "736563726574206d6573736167650000" key length=26 Warning: mcrypt_decrypt(): Size of key is too large for this algorithm in %s on line %d unicode(32) "736563726574206d6573736167650000" --- testing different iv lengths iv length=4 unicode(32) "736563726574206d6573736167650000" iv length=8 unicode(32) "736563726574206d6573736167650000" iv length=9 unicode(32) "736563726574206d6573736167650000" ===DONE===