Revert "make hphpc able to use ini files"
[hiphop-php.git] / hphp / test / zend / bad / ext / standard / tests / array / array_udiff_uassoc_variation4.php.expectf
blob1194593088f686b025799b8a6794a73d30d29356
1 *** Testing array_udiff_uassoc() : usage variation ***
3 --int 0--
4 HipHop Warning: %s
5 NULL
7 --int 1--
8 HipHop Warning: %s
9 NULL
11 --int 12345--
12 HipHop Warning: %s
13 NULL
15 --int -12345--
16 HipHop Warning: %s
17 NULL
19 --float 10.5--
20 HipHop Warning: %s
21 NULL
23 --float -10.5--
24 HipHop Warning: %s
25 NULL
27 --float 12.3456789000e10--
28 HipHop Warning: %s
29 NULL
31 --float -12.3456789000e10--
32 HipHop Warning: %s
33 NULL
35 --float .5--
36 HipHop Warning: %s
37 NULL
39 --empty array--
40 HipHop Warning: %s
41 NULL
43 --int indexed array--
44 HipHop Warning: %s
45 NULL
47 --associative array--
48 HipHop Warning: %s
49 NULL
51 --nested arrays--
52 HipHop Warning: %s
53 NULL
55 --uppercase NULL--
56 HipHop Warning: %s
57 NULL
59 --lowercase null--
60 HipHop Warning: %s
61 NULL
63 --lowercase true--
64 HipHop Warning: %s
65 NULL
67 --lowercase false--
68 HipHop Warning: %s
69 NULL
71 --uppercase TRUE--
72 HipHop Warning: %s
73 NULL
75 --uppercase FALSE--
76 HipHop Warning: %s
77 NULL
79 --empty string DQ--
80 HipHop Warning: %s
81 NULL
83 --empty string SQ--
84 HipHop Warning: %s
85 NULL
87 --string DQ--
88 HipHop Warning: %s
89 NULL
91 --string SQ--
92 HipHop Warning: %s
93 NULL
95 --mixed case string--
96 HipHop Warning: %s
97 NULL
99 --heredoc--
100 HipHop Warning: %s
101 NULL
103 --instance of classWithToString--
104 HipHop Warning: %s
105 NULL
107 --instance of classWithoutToString--
108 HipHop Warning: %s
109 NULL
111 --undefined var--
112 HipHop Warning: %s
113 NULL
115 --unset var--
116 HipHop Warning: %s
117 NULL
118 ===DONE===