Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_intersect_assoc_variation7.php.expectf.hadva
blob14bd9415f53c64b3883a9f452c16ab488eafc89f
1 *** Testing array_intersect_assoc() : assoc array with diff values to $arr1 argument ***
2 -- Iteration 1 --
3 dict(0) {
5 dict(0) {
7 -- Iteration 2 --
8 dict(0) {
10 dict(0) {
12 -- Iteration 3 --
13 dict(0) {
15 dict(0) {
17 -- Iteration 4 --
18 dict(1) {
19   ["two"]=>
20   int(2)
22 dict(1) {
23   ["two"]=>
24   int(2)
26 -- Iteration 5 --
27 dict(1) {
28   ["float"]=>
29   float(2.3333)
31 dict(1) {
32   ["float"]=>
33   float(2.3333)
35 -- Iteration 6 --
36 dict(2) {
37   ["f1"]=>
38   float(1.2)
39   ["f4"]=>
40   float(33333333.333)
42 dict(2) {
43   ["f1"]=>
44   float(1.2)
45   ["f4"]=>
46   float(33333333.333)
48 -- Iteration 7 --
49 dict(1) {
50   [111]=>
51   string(6) "   Hello"
53 dict(1) {
54   [111]=>
55   string(6) "   Hello"
57 -- Iteration 8 --
58 dict(1) {
59   [3]=>
60   string(5) "pen\n"
62 dict(1) {
63   [3]=>
64   string(5) "pen\n"
66 -- Iteration 9 --
67 dict(1) {
68   ["heredoc"]=>
69   string(11) "Hello world"
71 dict(1) {
72   ["heredoc"]=>
73   string(11) "Hello world"
75 -- Iteration 10 --
76 dict(2) {
77   [11]=>
78   object(classA) (0) {
79   }
80   ["resource"]=>
81   resource(4) of type (stream)
83 dict(2) {
84   [11]=>
85   object(classA) (0) {
86   }
87   ["resource"]=>
88   resource(4) of type (stream)
90 -- Iteration 11 --
91 dict(4) {
92   [222]=>
93   string(5) "fruit"
94   ["resource"]=>
95   resource(4) of type (stream)
96   ["int"]=>
97   int(133)
98   ["heredoc"]=>
99   string(11) "Hello world"
101 dict(4) {
102   [222]=>
103   string(5) "fruit"
104   ["resource"]=>
105   resource(4) of type (stream)
106   ["int"]=>
107   int(133)
108   ["heredoc"]=>
109   string(11) "Hello world"
111 Done