Lines Matching refs:of

2 Behavior of union type checks (strict)
69 "42" => Argument ... must be of type int|float, string given
70 "42.0" => Argument ... must be of type int|float, string given
71 "42x" => Argument ... must be of type int|float, string given
72 "x" => Argument ... must be of type int|float, string given
73 "" => Argument ... must be of type int|float, string given
74 true => Argument ... must be of type int|float, true given
75 false => Argument ... must be of type int|float, false given
76 null => Argument ... must be of type int|float, null given
77 [] => Argument ... must be of type int|float, array given
78 new stdClass => Argument ... must be of type int|float, stdClass given
79 new WithToString => Argument ... must be of type int|float, WithToString given
85 "42" => Argument ... must be of type int|float|false, string given
86 "42.0" => Argument ... must be of type int|float|false, string given
87 "42x" => Argument ... must be of type int|float|false, string given
88 "x" => Argument ... must be of type int|float|false, string given
89 "" => Argument ... must be of type int|float|false, string given
90 true => Argument ... must be of type int|float|false, true given
92 null => Argument ... must be of type int|float|false, null given
93 [] => Argument ... must be of type int|float|false, array given
94 new stdClass => Argument ... must be of type int|float|false, stdClass given
95 new WithToString => Argument ... must be of type int|float|false, WithToString given
101 "42" => Argument ... must be of type int|float|bool, string given
102 "42.0" => Argument ... must be of type int|float|bool, string given
103 "42x" => Argument ... must be of type int|float|bool, string given
104 "x" => Argument ... must be of type int|float|bool, string given
105 "" => Argument ... must be of type int|float|bool, string given
108 null => Argument ... must be of type int|float|bool, null given
109 [] => Argument ... must be of type int|float|bool, array given
110 new stdClass => Argument ... must be of type int|float|bool, stdClass given
111 new WithToString => Argument ... must be of type int|float|bool, WithToString given
115 42.0 => Argument ... must be of type int|bool, float given
116 INF => Argument ... must be of type int|bool, float given
117 "42" => Argument ... must be of type int|bool, string given
118 "42.0" => Argument ... must be of type int|bool, string given
119 "42x" => Argument ... must be of type int|bool, string given
120 "x" => Argument ... must be of type int|bool, string given
121 "" => Argument ... must be of type int|bool, string given
124 null => Argument ... must be of type int|bool, null given
125 [] => Argument ... must be of type int|bool, array given
126 new stdClass => Argument ... must be of type int|bool, stdClass given
127 new WithToString => Argument ... must be of type int|bool, WithToString given
131 42.0 => Argument ... must be of type string|int|null, float given
132 INF => Argument ... must be of type string|int|null, float given
138 true => Argument ... must be of type string|int|null, true given
139 false => Argument ... must be of type string|int|null, false given
141 [] => Argument ... must be of type string|int|null, array given
142 new stdClass => Argument ... must be of type string|int|null, stdClass given
143 new WithToString => Argument ... must be of type string|int|null, WithToString given
146 42 => Argument ... must be of type string|bool, int given
147 42.0 => Argument ... must be of type string|bool, float given
148 INF => Argument ... must be of type string|bool, float given
156 null => Argument ... must be of type string|bool, null given
157 [] => Argument ... must be of type string|bool, array given
158 new stdClass => Argument ... must be of type string|bool, stdClass given
159 new WithToString => Argument ... must be of type string|bool, WithToString given
165 "42" => Argument ... must be of type array|float, string given
166 "42.0" => Argument ... must be of type array|float, string given
167 "42x" => Argument ... must be of type array|float, string given
168 "x" => Argument ... must be of type array|float, string given
169 "" => Argument ... must be of type array|float, string given
170 true => Argument ... must be of type array|float, true given
171 false => Argument ... must be of type array|float, false given
172 null => Argument ... must be of type array|float, null given
174 new stdClass => Argument ... must be of type array|float, stdClass given
175 new WithToString => Argument ... must be of type array|float, WithToString given
178 42 => Argument ... must be of type array|string, int given
179 42.0 => Argument ... must be of type array|string, float given
180 INF => Argument ... must be of type array|string, float given
186 true => Argument ... must be of type array|string, true given
187 false => Argument ... must be of type array|string, false given
188 null => Argument ... must be of type array|string, null given
190 new stdClass => Argument ... must be of type array|string, stdClass given
191 new WithToString => Argument ... must be of type array|string, WithToString given
194 42 => Argument ... must be of type array|bool, int given
195 42.0 => Argument ... must be of type array|bool, float given
196 INF => Argument ... must be of type array|bool, float given
197 "42" => Argument ... must be of type array|bool, string given
198 "42.0" => Argument ... must be of type array|bool, string given
199 "42x" => Argument ... must be of type array|bool, string given
200 "x" => Argument ... must be of type array|bool, string given
201 "" => Argument ... must be of type array|bool, string given
204 null => Argument ... must be of type array|bool, null given
206 new stdClass => Argument ... must be of type array|bool, stdClass given
207 new WithToString => Argument ... must be of type array|bool, WithToString given