remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_combine_variation3.php.expectf
blob387d25d26b914cce75ca6b1397cf022f2466cc6a
1 *** Testing array_combine() : Passing different types of arrays to both $keys and $values argument ***
2 -- Iteration 1 --
3 array(2) {
4   [1]=>
5   int(1)
6   [2]=>
7   int(2)
9 -- Iteration 2 --
10 array(2) {
11   ["1.1"]=>
12   float(1.1)
13   ["2.2"]=>
14   float(2.2)
16 -- Iteration 3 --
17 array(2) {
18   [""]=>
19   bool(false)
20   [1]=>
21   bool(true)
23 -- Iteration 4 --
24 array(0) {
26 -- Iteration 5 --
27 array(1) {
28   [""]=>
29   NULL
31 -- Iteration 6 --
32 array(6) {
33   ["a%r\x0b\x0c%r"]=>
34   string(3) "a%r\x0b\x0c%r"
35   ["aaaa
36 "]=>
37   string(5) "aaaa
39   ["b"]=>
40   string(1) "b"
41   ["b%r\x09%rbbb"]=>
42   string(5) "b%r\x09%rbbb"
43   ["c"]=>
44   string(1) "c"
45   ["\[\]\!\@\#$\%\^\&\*\(\)\{\}"]=>
46   string(27) "\[\]\!\@\#$\%\^\&\*\(\)\{\}"
48 -- Iteration 7 --
49 array(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 array(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%r\x09%r
79 1111%r\x09\x09%r != 2222%r\x0b\x0b%r
80 heredoc
81 double quoted string. with%r\x0b%rdifferent%r\x0c%rwhite%r\x0b%rspaces"]=>
82   string(88) "hello
83  world%r\x09%r
84 1111%r\x09\x09%r != 2222%r\x0b\x0b%r
85 heredoc
86 double quoted string. with%r\x0b%rdifferent%r\x0c%rwhite%r\x0b%rspaces"
87   ["11 < 12. 123 >22
88 'single quoted string'
89 "double quoted string"
90 2222 != 1111.%r\x09%r 0000 = 0000
91 "]=>
92   string(90) "11 < 12. 123 >22
93 'single quoted string'
94 "double quoted string"
95 2222 != 1111.%r\x09%r 0000 = 0000
98 -- Iteration 9 --
99 array(3) {
100   ["one"]=>
101   string(3) "one"
102   ["two"]=>
103   string(3) "two"
104   ["three"]=>
105   string(5) "three"
107 -- Iteration 10 --
108 array(3) {
109   [1]=>
110   int(1)
111   [2]=>
112   int(2)
113   [3]=>
114   int(3)
116 -- Iteration 11 --
117 array(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 array(3) {
129   ["ten"]=>
130   string(3) "ten"
131   ["twenty"]=>
132   string(6) "twenty"
133   ["thirty"]=>
134   string(6) "thirty"
136 -- Iteration 13 --
137 array(3) {
138   [1]=>
139   int(1)
140   ["two"]=>
141   string(3) "two"
142   ["four"]=>
143   string(4) "four"
145 -- Iteration 14 --
146 array(2) {
147   ["null"]=>
148   string(4) "null"
149   [""]=>
150   NULL
152 -- Iteration 15 --
153 array(4) {
154   ["true"]=>
155   string(4) "true"
156   ["false"]=>
157   string(5) "false"
158   [""]=>
159   bool(false)
160   [1]=>
161   bool(true)
163 -- Iteration 16 --
164 array(2) {
165   ["emptys"]=>
166   string(6) "emptys"
167   [""]=>
168   string(0) ""
170 -- Iteration 17 --
171 array(2) {
172   [""]=>
173   bool(false)
174   [1]=>
175   bool(true)
177 -- Iteration 18 --
178 array(3) {
179   [4]=>
180   int(4)
181   [5]=>
182   int(5)
183   [6]=>
184   int(6)
186 -- Iteration 19 --
187 array(3) {
188   [10]=>
189   int(10)
190   [20]=>
191   int(20)
192   [3]=>
193   int(3)
195 Done