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

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
004+
005+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation3.php on line 106
006+ NULL
007+
008+ -- Iteration 2 --
009+
010+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation3.php on line 106
011+ NULL
012+
013+ -- Iteration 3 --
014+
015+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation3.php on line 106
016+ NULL
017+
018+ -- Iteration 4 --
019+
020+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation3.php on line 106
021+ NULL
022+
023+ -- Iteration 5 --
024+
025+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation3.php on line 106
026+ NULL
027+
028+ -- Iteration 6 --
029+
030+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation3.php on line 106
031+ NULL
032+
033+ -- Iteration 7 --
034+
035+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation3.php on line 106
036+ NULL
037+
038+ -- Iteration 8 --
039+
040+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation3.php on line 106
041+ NULL
042+
043+ -- Iteration 9 --
044+
045+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation3.php on line 106
046+ NULL
047+
048+ -- Iteration 10 --
004- array(4) {
005- [0]=>
006- int(0)
007- [1]=>
008- int(1)
009- [2]=>
010- int(12345)
011- [3]=>
012- int(-2345)
013- }
015- -- Iteration 2 --
016- array(5) {
017- [0]=>
050+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation3.php on line 106
051+ NULL
052+ Done
018- float(10.5)
019- [1]=>
020- float(-10.5)
021- [2]=>
022- float(123456789000)
023- [3]=>
024- float(1.23456789E-9)
025- [4]=>
026- float(0.5)
027- }
028-
029- -- Iteration 3 --
030- array(2) {
031- [0]=>
032- NULL
033- [1]=>
034- NULL
035- }
036-
037- -- Iteration 4 --
038- array(3) {
039- [1]=>
040- bool(false)
041- [2]=>
042- bool(true)
043- [3]=>
044- bool(false)
045- }
046-
047- -- Iteration 5 --
048- array(2) {
049- [0]=>
050- string(0) ""
051- [1]=>
052- string(0) ""
053- }
054-
055- -- Iteration 6 --
056- array(3) {
057- [0]=>
058- string(6) "string"
059- [1]=>
060- string(6) "string"
061- [2]=>
062- string(11) "hello world"
063- }
064-
065- -- Iteration 7 --
066- array(2) {
067- [0]=>
068- string(6) "binary"
069- [1]=>
070- string(6) "binary"
071- }
072-
073- -- Iteration 8 --
074- array(1) {
075- [0]=>
076- object(classA)#%d (0) {
077- }
078- }
079-
080- -- Iteration 9 --
081- array(1) {
082- [0]=>
083- NULL
084- }
085-
086- -- Iteration 10 --
087- array(1) {
088- [0]=>
089- NULL
090- }
091- Done