import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_udiff_uassoc_variation2.php.expectf
blob6d3d2bc2325a82bd881a9ad7cbab3237467aad6e
1 *** Testing array_udiff_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 --uppercase NULL--
40 HipHop Warning: %a
41 NULL
43 --lowercase null--
44 HipHop Warning: %a
45 NULL
47 --lowercase true--
48 HipHop Warning: %a
49 NULL
51 --lowercase false--
52 HipHop Warning: %a
53 NULL
55 --uppercase TRUE--
56 HipHop Warning: %a
57 NULL
59 --uppercase FALSE--
60 HipHop Warning: %a
61 NULL
63 --empty string DQ--
64 HipHop Warning: %a
65 NULL
67 --empty string SQ--
68 HipHop Warning: %a
69 NULL
71 --string DQ--
72 HipHop Warning: %a
73 NULL
75 --string SQ--
76 HipHop Warning: %a
77 NULL
79 --mixed case string--
80 HipHop Warning: %a
81 NULL
83 --heredoc--
84 HipHop Warning: %a
85 NULL
87 --instance of classWithToString--
88 HipHop Warning: %a
89 NULL
91 --instance of classWithoutToString--
92 HipHop Warning: %a
93 NULL
95 --undefined var--
96 HipHop Warning: %a
97 NULL
99 --unset var--
100 HipHop Warning: %a
101 NULL
102 ===DONE===