Test: /ext/standard/tests/array/array_intersect_assoc_variation9.phpt - Version 5.4.0beta2-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
004+ array(2) {
005+ [0]=>
006+ array(4) {
007+ [0]=>
008+ int(1)
009+ [1]=>
010+ int(2)
011+ [2]=>
012+ string(5) "hello"
013+ [3]=>
014+ string(5) "world"
015+ }
016+ [1]=>
004-
005- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
006-
007- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
008-
009- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
010-
011- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
012- array(2) {
013- [0]=>
020- string(5) "hello"
022- string(5) "world"
023+ int(3)
025+ int(4)
027+ }
028+ - With more arguments -
029+ array(2) {
030+ [0]=>
031+ array(4) {
032+ [0]=>
033+ int(1)
034+ [1]=>
035+ int(2)
036+ [2]=>
037+ string(5) "hello"
038+ [3]=>
039+ string(5) "world"
040+ }
037-
038- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
039-
040- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
041-
042- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
043-
053+ -- Passing the sub-array to $arr1 and $arr2 --
054+ - With default arguments -
055+ array(2) {
056+ [0]=>
057+ int(1)
058+ [1]=>
059+ int(2)
060+ }
062+ array(2) {
063+ [0]=>
064+ int(1)
065+ [1]=>
066+ int(2)
067+ }
068+ Done
044- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
045-
046- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
047-
048- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
049-
050- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
051-
052- Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
053- array(2) {
054- [0]=>
055- array(4) {
056- [0]=>
057- int(1)
058- [1]=>
059- int(2)
060- [2]=>
061- string(5) "hello"
062- [3]=>
063- string(5) "world"
064- }
065- [1]=>
066- array(4) {
067- [0]=>
068- int(1)
069- [1]=>
070- int(2)
071- [2]=>
072- int(3)
073- [3]=>
074- int(4)
075- }
076- }
077- -- Passing the sub-array to $arr1 and $arr2 --
078- - With default arguments -
079- array(2) {
080- [0]=>
081- int(1)
082- [1]=>
083- int(2)
084- }
085- - With more arguments -
086- array(2) {
087- [0]=>
088- int(1)
089- [1]=>
090- int(2)
091- }
092- Done