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