remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_udiff_variation2.php.expectf
blob6aeeac83c3ce39c1484071dbedba181588e67092
1 *** Testing array_udiff() : usage variation ***
3 --int 0--
5 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
6 NULL
8 --int 1--
10 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
11 NULL
13 --int 12345--
15 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
16 NULL
18 --int -12345--
20 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
21 NULL
23 --float 10.5--
25 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
26 NULL
28 --float -10.5--
30 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
31 NULL
33 --float 12.3456789000e10--
35 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
36 NULL
38 --float -12.3456789000e10--
40 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
41 NULL
43 --float .5--
45 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
46 NULL
48 --uppercase NULL--
50 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
51 NULL
53 --lowercase null--
55 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
56 NULL
58 --lowercase true--
60 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
61 NULL
63 --lowercase false--
65 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
66 NULL
68 --uppercase TRUE--
70 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
71 NULL
73 --uppercase FALSE--
75 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
76 NULL
78 --empty string DQ--
80 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
81 NULL
83 --empty string SQ--
85 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
86 NULL
88 --string DQ--
90 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
91 NULL
93 --string SQ--
95 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
96 NULL
98 --mixed case string--
100 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
101 NULL
103 --heredoc--
105 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
106 NULL
108 --instance of classWithToString--
110 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
111 NULL
113 --instance of classWithoutToString--
115 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
116 NULL
118 --undefined var--
120 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
121 NULL
123 --unset var--
125 Warning: Invalid operand type was used: %S expects array(s) in %s/array_udiff_variation2.php on line 92
126 NULL
127 ===DONE===