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

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
003+
004+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 19
005+ NULL
006+
007+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 20
008+ NULL
003- array(1) {
004- [3]=>
005- string(1) "a"
006- }
007- array(1) {
008- [3]=>
009- string(1) "b"
010- }
010+
011+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 23
012+ NULL
013+
014+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 24
015+ NULL
012- array(1) {
013- [3]=>
014- string(1) "a"
015- }
016- array(1) {
017- [3]=>
018- string(1) "c"
019- }
017+
018+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 27
019+ NULL
020+
021+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 28
022+ NULL
023+ -- Result of comparing floating points and strings containing integers : --
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_variation5.php on line 31
026+ NULL
027+
028+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 32
029+ NULL
030+ -- Result of comparing floating points and strings containing floating point: --
031+
032+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 35
033+ NULL
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_variation5.php on line 36
036+ NULL
037+ -- Result of comparing strings containing integers and strings containing floating points : --
038+
039+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 39
040+ NULL
041+
042+ Warning: array_diff_assoc() expects parameter 2 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 40
043+ NULL
044+ -- Result of comparing more than two arrays: --
045+
046+ Warning: array_diff_assoc() expects parameter 4 to be a valid callback, array must have exactly two members in %s/array_diff_assoc_variation5.php on line 43
047+ NULL
048+ Done
021- array(4) {
022- [0]=>
023- int(1)
024- [1]=>
025- int(2)
026- [2]=>
027- int(3)
028- [3]=>
029- string(1) "a"
030- }
031- array(4) {
032- [0]=>
033- string(4) "1.00"
034- ["1.00"]=>
035- string(4) "2.00"
036- ["2.00"]=>
037- string(4) "3.00"
038- [1]=>
039- string(1) "d"
040- }
041- -- Result of comparing floating points and strings containing integers : --
042- array(1) {
043- [3]=>
044- string(1) "b"
045- }
046- array(1) {
047- [3]=>
048- string(1) "c"
049- }
050- -- Result of comparing floating points and strings containing floating point: --
051- array(4) {
052- [0]=>
053- float(1)
054- [1]=>
055- float(2)
056- [2]=>
057- float(3)
058- [3]=>
059- string(1) "b"
060- }
061- array(4) {
062- [0]=>
063- string(4) "1.00"
064- ["1.00"]=>
065- string(4) "2.00"
066- ["2.00"]=>
067- string(4) "3.00"
068- [1]=>
069- string(1) "d"
070- }
071- -- Result of comparing strings containing integers and strings containing floating points : --
072- array(4) {
073- [0]=>
074- string(1) "1"
075- [1]=>
076- string(1) "2"
077- [2]=>
078- string(1) "3"
079- [3]=>
080- string(1) "c"
081- }
082- array(4) {
083- [0]=>
084- string(4) "1.00"
085- ["1.00"]=>
086- string(4) "2.00"
087- ["2.00"]=>
088- string(4) "3.00"
089- [1]=>
090- string(1) "d"
091- }
092- -- Result of comparing more than two arrays: --
093- array(1) {
094- [3]=>
095- string(1) "a"
096- }
097- Done