Revert "make hphpc able to use ini files"
[hiphop-php.git] / hphp / test / zend / bad / ext / standard / tests / array / array_unshift_variation5.php.expectf
blob0de5f253fee6ce7848bfcac87c30121e5eddb6f9
1 *** Testing array_unshift() : associative array with different values ***
2 -- Iteration 1 --
3 int(1)
4 array(1) {
5   [0]=>
6   int(10)
8 int(3)
9 array(3) {
10   [0]=>
11   int(10)
12   [1]=>
13   string(5) "hello"
14   [2]=>
15   string(5) "world"
17 -- Iteration 2 --
18 int(2)
19 array(2) {
20   [0]=>
21   int(10)
22   [1]=>
23   int(0)
25 int(4)
26 array(4) {
27   [0]=>
28   int(10)
29   [1]=>
30   string(5) "hello"
31   [2]=>
32   string(5) "world"
33   [3]=>
34   int(0)
36 -- Iteration 3 --
37 int(2)
38 array(2) {
39   [0]=>
40   int(10)
41   [1]=>
42   int(1)
44 int(4)
45 array(4) {
46   [0]=>
47   int(10)
48   [1]=>
49   string(5) "hello"
50   [2]=>
51   string(5) "world"
52   [3]=>
53   int(1)
55 -- Iteration 4 --
56 int(5)
57 array(5) {
58   [0]=>
59   int(10)
60   ["one"]=>
61   int(1)
62   ["two"]=>
63   int(2)
64   ["three"]=>
65   int(3)
66   [1]=>
67   int(4)
69 int(7)
70 array(7) {
71   [0]=>
72   int(10)
73   [1]=>
74   string(5) "hello"
75   [2]=>
76   string(5) "world"
77   ["one"]=>
78   int(1)
79   ["two"]=>
80   int(2)
81   ["three"]=>
82   int(3)
83   [3]=>
84   int(4)
86 -- Iteration 5 --
87 int(2)
88 array(2) {
89   [0]=>
90   int(10)
91   ["float"]=>
92   float(2.3333)
94 int(4)
95 array(4) {
96   [0]=>
97   int(10)
98   [1]=>
99   string(5) "hello"
100   [2]=>
101   string(5) "world"
102   ["float"]=>
103   float(2.3333)
105 -- Iteration 6 --
106 int(5)
107 array(5) {
108   [0]=>
109   int(10)
110   ["f1"]=>
111   float(1.2)
112   ["f2"]=>
113   float(3.33)
114   [1]=>
115   float(4.8999992284)
116   ["f4"]=>
117   float(33333333.3333)
119 int(7)
120 array(7) {
121   [0]=>
122   int(10)
123   [1]=>
124   string(5) "hello"
125   [2]=>
126   string(5) "world"
127   ["f1"]=>
128   float(1.2)
129   ["f2"]=>
130   float(3.33)
131   [3]=>
132   float(4.8999992284)
133   ["f4"]=>
134   float(33333333.3333)
136 -- Iteration 7 --
137 int(5)
138 array(5) {
139   [0]=>
140   int(10)
141   [1]=>
142   string(6) "   Hello"
143   ["red"]=>
144   string(6) "col        or"
145   [2]=>
146   string(7) "\v\fworld"
147   [3]=>
148   string(4) "pen
151 int(7)
152 array(7) {
153   [0]=>
154   int(10)
155   [1]=>
156   string(5) "hello"
157   [2]=>
158   string(5) "world"
159   [3]=>
160   string(6) "   Hello"
161   ["red"]=>
162   string(6) "col        or"
163   [4]=>
164   string(7) "\v\fworld"
165   [5]=>
166   string(4) "pen
169 -- Iteration 8 --
170 int(5)
171 array(5) {
172   [0]=>
173   int(10)
174   [1]=>
175   string(7) "\tHello"
176   ["red"]=>
177   string(7) "col\tor"
178   [2]=>
179   string(9) "\v\fworld"
180   [3]=>
181   string(5) "pen\n"
183 int(7)
184 array(7) {
185   [0]=>
186   int(10)
187   [1]=>
188   string(5) "hello"
189   [2]=>
190   string(5) "world"
191   [3]=>
192   string(7) "\tHello"
193   ["red"]=>
194   string(7) "col\tor"
195   [4]=>
196   string(9) "\v\fworld"
197   [5]=>
198   string(5) "pen\n"
200 -- Iteration 9 --
201 int(3)
202 array(3) {
203   [0]=>
204   int(10)
205   [1]=>
206   string(5) "hello"
207   ["heredoc"]=>
208   string(11) "Hello world"
210 int(5)
211 array(5) {
212   [0]=>
213   int(10)
214   [1]=>
215   string(5) "hello"
216   [2]=>
217   string(5) "world"
218   [3]=>
219   string(5) "hello"
220   ["heredoc"]=>
221   string(11) "Hello world"
223 -- Iteration 10 --
224 int(4)
225 array(4) {
226   [0]=>
227   int(10)
228   [1]=>
229   object(classA)#%d (0) {
230   }
231   ["unset"]=>
232   NULL
233   ["resource"]=>
234   resource(%d) of type (stream)
236 int(6)
237 array(6) {
238   [0]=>
239   int(10)
240   [1]=>
241   string(5) "hello"
242   [2]=>
243   string(5) "world"
244   [3]=>
245   object(classA)#%d (0) {
246   }
247   ["unset"]=>
248   NULL
249   ["resource"]=>
250   resource(%d) of type (stream)
252 -- Iteration 11 --
253 int(9)
254 array(9) {
255   [0]=>
256   int(10)
257   [1]=>
258   string(5) "hello"
259   [2]=>
260   object(classA)#%d (0) {
261   }
262   [3]=>
263   string(5) "fruit"
264   ["resource"]=>
265   resource(%d) of type (stream)
266   ["int"]=>
267   int(133)
268   ["float"]=>
269   float(444.432)
270   ["unset"]=>
271   NULL
272   ["heredoc"]=>
273   string(11) "Hello world"
275 int(11)
276 array(11) {
277   [0]=>
278   int(10)
279   [1]=>
280   string(5) "hello"
281   [2]=>
282   string(5) "world"
283   [3]=>
284   string(5) "hello"
285   [4]=>
286   object(classA)#%d (0) {
287   }
288   [5]=>
289   string(5) "fruit"
290   ["resource"]=>
291   resource(%d) of type (stream)
292   ["int"]=>
293   int(133)
294   ["float"]=>
295   float(444.432)
296   ["unset"]=>
297   NULL
298   ["heredoc"]=>
299   string(11) "Hello world"
301 Done