Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_combine_variation3.php.expectf.hadva
blobcbec51b9829727ded450e5fccc4225b707c0f897
1 *** Testing array_combine() : Passing different types of arrays to both $keys and $values argument ***
2 -- Iteration 1 --
3 dict(2) {
4   [1]=>
5   int(1)
6   [2]=>
7   int(2)
9 -- Iteration 2 --
10 dict(2) {
11   ["1.1"]=>
12   float(1.1)
13   ["2.2"]=>
14   float(2.2)
16 -- Iteration 3 --
17 dict(2) {
18   [""]=>
19   bool(false)
20   [1]=>
21   bool(true)
23 -- Iteration 4 --
24 dict(0) {
26 -- Iteration 5 --
27 dict(1) {
28   [""]=>
29   NULL
31 -- Iteration 6 --
32 dict(6) {
33   ["a\v\f"]=>
34   string(3) "a\v\f"
35   ["aaaa
36 "]=>
37   string(5) "aaaa
39   ["b"]=>
40   string(1) "b"
41   ["b   bbb"]=>
42   string(5) "b  bbb"
43   ["c"]=>
44   string(1) "c"
45   ["\[\]\!\@\#$\%\^\&\*\(\)\{\}"]=>
46   string(27) "\[\]\!\@\#$\%\^\&\*\(\)\{\}"
48 -- Iteration 7 --
49 dict(6) {
50   ["a\v\f"]=>
51   string(5) "a\v\f"
52   ["aaaa\r"]=>
53   string(6) "aaaa\r"
54   ["b"]=>
55   string(1) "b"
56   ["b\tbbb"]=>
57   string(6) "b\tbbb"
58   ["c"]=>
59   string(1) "c"
60   ["\[\]\!\@\#\$\%\^\&\*\(\)\{\}"]=>
61   string(28) "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"
63 -- Iteration 8 --
64 dict(4) {
65   ["
66 "]=>
67   string(1) "
69   ["hello world
70 The quick brown fox jumped over;
71 the lazy dog
72 This is a double quoted string"]=>
73   string(88) "hello world
74 The quick brown fox jumped over;
75 the lazy dog
76 This is a double quoted string"
77   ["hello
78  world  
79 1111             != 2222\v\v
80 heredoc
81 double quoted string. with\vdifferent\fwhite\vspaces"]=>
82   string(88) "hello
83  world  
84 1111             != 2222\v\v
85 heredoc
86 double quoted string. with\vdifferent\fwhite\vspaces"
87   ["11 < 12. 123 >22
88 'single quoted string'
89 "double quoted string"
90 2222 != 1111.    0000 = 0000
91 "]=>
92   string(90) "11 < 12. 123 >22
93 'single quoted string'
94 "double quoted string"
95 2222 != 1111.    0000 = 0000
98 -- Iteration 9 --
99 dict(3) {
100   ["one"]=>
101   string(3) "one"
102   ["two"]=>
103   string(3) "two"
104   ["three"]=>
105   string(5) "three"
107 -- Iteration 10 --
108 dict(3) {
109   [1]=>
110   int(1)
111   [2]=>
112   int(2)
113   [3]=>
114   int(3)
116 -- Iteration 11 --
117 dict(4) {
118   [10]=>
119   int(10)
120   [20]=>
121   int(20)
122   [40]=>
123   int(40)
124   [30]=>
125   int(30)
127 -- Iteration 12 --
128 dict(3) {
129   ["ten"]=>
130   string(3) "ten"
131   ["twenty"]=>
132   string(6) "twenty"
133   ["thirty"]=>
134   string(6) "thirty"
136 -- Iteration 13 --
137 dict(3) {
138   [1]=>
139   int(1)
140   ["two"]=>
141   string(3) "two"
142   ["four"]=>
143   string(4) "four"
145 -- Iteration 14 --
146 dict(3) {
147   [10]=>
148   int(10)
149   [20]=>
150   int(20)
151   [3]=>
152   int(3)
154 Done