Test: /ext/standard/tests/array/array_diff_assoc_variation10.phpt - Version 5.6.0-dev    

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
002+
003+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation10.php on line 26
004+ NULL
005+
006+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation10.php on line 27
007+ NULL
008+ Done
002- array(3) {
003- [0]=>
004- string(1) "1"
005- ["str1"]=>
006- string(5) "hello"
007- ["str2"]=>
008- string(5) "world"
009- }
010- array(2) {
011- [3]=>
012- string(5) "hello"
013- [4]=>
014- string(4) "test"
015- }
016- Done