Test: /tests/basic/024.phpt - Version 5.5.10    

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

Count Diff
4 (80%)
017+
018+ Warning: Module 'Zend OPcache' already loaded in Unknown on line 0
019+
020+ Warning: Zend OPcache: module registration failed! in Unknown on line 0
1 (20%)
001+ /home/soft/php-5.5.10/sapi/cgi/php-cgi: 1: /home/soft/php-5.5.10/sapi/cgi/php-cgi: Syntax error: word unexpected (expecting ")")
001- array(3) {
002- ["a"]=>
003- string(3) "ABC"
004- ["y"]=>
005- string(3) "XYZ"
006- ["c"]=>
007- array(3) {
008- [0]=>
009- string(1) "1"
010- [1]=>
011- string(1) "2"
012- ["a"]=>
013- string(1) "3"
014- }
015- }
016- string(30) "a=ABC&y=XYZ&c[]=1&c[]=2&c[a]=3"