Revert "make hphpc able to use ini files"
[hiphop-php.git] / hphp / test / zend / bad / ext / standard / tests / array / array_diff_variation9.php.expectf
blobd431f51d6eb7f10bd13049579210820e77f37af4
1 *** Testing array_diff() : usage variations ***
2 -- Compare two 2-D arrays --
3 HipHop Notice: %s
4 HipHop Notice: %s
5 HipHop Notice: %s
6 HipHop Notice: %s
7 HipHop Notice: %s
8 HipHop Notice: %s
9 HipHop Notice: %s
10 HipHop Notice: %s
11 array(0) {
13 HipHop Notice: %s
14 HipHop Notice: %s
15 HipHop Notice: %s
16 HipHop Notice: %s
17 HipHop Notice: %s
18 HipHop Notice: %s
19 HipHop Notice: %s
20 HipHop Notice: %s
21 array(0) {
24 -- Compare subarrays from two 2-D arrays --
25 array(1) {
26   [1]=>
27   int(2)
29 array(1) {
30   [2]=>
31   int(5)
33 array(2) {
34   [1]=>
35   string(1) "b"
36   [2]=>
37   string(1) "c"
39 array(3) {
40   [0]=>
41   string(1) "a"
42   [1]=>
43   string(1) "z"
44   [2]=>
45   string(1) "y"
48 -- Compare a subarray from one 2-D array and one 2-D array --
49 HipHop Notice: %s
50 HipHop Notice: %s
51 HipHop Notice: %s
52 HipHop Notice: %s
53 HipHop Notice: %s
54 array(3) {
55   [0]=>
56   int(1)
57   [1]=>
58   int(2)
59   [2]=>
60   int(3)
62 HipHop Notice: %s
63 HipHop Notice: %s
64 HipHop Notice: %s
65 HipHop Notice: %s
66 HipHop Notice: %s
67 HipHop Notice: %s
68 HipHop Notice: %s
69 array(2) {
70   ["sub_array1"]=>
71   array(3) {
72     [0]=>
73     int(1)
74     [1]=>
75     int(2)
76     [2]=>
77     int(3)
78   }
79   ["sub_array2"]=>
80   array(3) {
81     [0]=>
82     string(1) "a"
83     [1]=>
84     string(1) "b"
85     [2]=>
86     string(1) "c"
87   }
89 Done