Test: /ext/mcrypt/tests/mcrypt_list_modes.phpt - Version 5.3.20    

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
001+ Warning: mcrypt_list_modes(): No modes found in module dir in %s/mcrypt_list_modes.php on line 2
002+ array(0) {
003+ }
001- array(8) {
002- [0]=>
003- string(3) "cbc"
004- [1]=>
005- string(3) "cfb"
006- [2]=>
007- string(3) "ctr"
008- [3]=>
009- string(3) "ecb"
010- [4]=>
011- string(4) "ncfb"
012- [5]=>
013- string(4) "nofb"
014- [6]=>
015- string(3) "ofb"
016- [7]=>
017- string(6) "stream"
018- }
1 (33%)
005- string(3) "cfb"
006- [2]=>
006+ [2]=>
007+ string(6) "stream"
009+ string(3) "ofb"
010+ [4]=>
010- [4]=>
012+ [5]=>
013+ string(3) "cfb"
014+ [6]=>
012- [5]=>
014- [6]=>
015- string(3) "ofb"
016- [7]=>
017- string(6) "stream"
016+ [7]=>