Disallow declarations outside of the global scope.
[hiphop-php.git] / hphp / test / slow / inout / tuple / tests / variadic-builtin.php.expect
blobcb31fce64dbf9f4f65377a74aef45cf4aac3bb26
1 array(11) {
2   [0]=>
3   int(16)
4   [1]=>
5   int(8)
6   [2]=>
7   int(99)
8   [3]=>
9   string(5) "green"
10   [4]=>
11   int(42)
12   [5]=>
13   string(5) "apple"
14   [6]=>
15   int(200)
16   [7]=>
17   int(24)
18   [8]=>
19   int(1)
20   [9]=>
21   int(2)
22   [10]=>
23   int(3)
25 int(16)
26 int(8)
27 int(99)
28 string(5) "green"
29 array(7) {
30   [0]=>
31   int(42)
32   [1]=>
33   string(5) "apple"
34   [2]=>
35   int(200)
36   [3]=>
37   int(24)
38   [4]=>
39   int(1)
40   [5]=>
41   int(2)
42   [6]=>
43   int(3)