Lines Matching refs:acc

13            array("acc", "Acc", 'aC', "acCc", 'acd', "?acc", 'Acc!', "$!acc", ";acc"),
175 [0] => acc
180 [5] => ?acc
182 [7] => $!acc
183 [8] => ;acc
187 - strcasecmp of 'acc' and 'acc' is => int(0)
188 - strcasecmp of 'acc' and 'Acc' is => int(0)
189 - strcasecmp of 'acc' and 'aC' is => int(%d)
190 - strcasecmp of 'acc' and 'acCc' is => int(-%d)
191 - strcasecmp of 'acc' and 'acd' is => int(-%d)
192 - strcasecmp of 'acc' and '?acc' is => int(%d)
193 - strcasecmp of 'acc' and 'Acc!' is => int(-%d)
194 - strcasecmp of 'acc' and '$!acc' is => int(%d)
195 - strcasecmp of 'acc' and ';acc' is => int(%d)
198 - strcasecmp of 'Acc' and 'acc' is => int(0)
203 - strcasecmp of 'Acc' and '?acc' is => int(%d)
205 - strcasecmp of 'Acc' and '$!acc' is => int(%d)
206 - strcasecmp of 'Acc' and ';acc' is => int(%d)
209 - strcasecmp of 'aC' and 'acc' is => int(-%d)
214 - strcasecmp of 'aC' and '?acc' is => int(%d)
216 - strcasecmp of 'aC' and '$!acc' is => int(%d)
217 - strcasecmp of 'aC' and ';acc' is => int(%d)
220 - strcasecmp of 'acCc' and 'acc' is => int(%d)
225 - strcasecmp of 'acCc' and '?acc' is => int(%d)
227 - strcasecmp of 'acCc' and '$!acc' is => int(%d)
228 - strcasecmp of 'acCc' and ';acc' is => int(%d)
231 - strcasecmp of 'acd' and 'acc' is => int(%d)
236 - strcasecmp of 'acd' and '?acc' is => int(%d)
238 - strcasecmp of 'acd' and '$!acc' is => int(%d)
239 - strcasecmp of 'acd' and ';acc' is => int(%d)
242 - strcasecmp of '?acc' and 'acc' is => int(-%d)
243 - strcasecmp of '?acc' and 'Acc' is => int(-%d)
244 - strcasecmp of '?acc' and 'aC' is => int(-%d)
245 - strcasecmp of '?acc' and 'acCc' is => int(-%d)
246 - strcasecmp of '?acc' and 'acd' is => int(-%d)
247 - strcasecmp of '?acc' and '?acc' is => int(0)
248 - strcasecmp of '?acc' and 'Acc!' is => int(-%d)
249 - strcasecmp of '?acc' and '$!acc' is => int(%d)
250 - strcasecmp of '?acc' and ';acc' is => int(%d)
253 - strcasecmp of 'Acc!' and 'acc' is => int(%d)
258 - strcasecmp of 'Acc!' and '?acc' is => int(%d)
260 - strcasecmp of 'Acc!' and '$!acc' is => int(%d)
261 - strcasecmp of 'Acc!' and ';acc' is => int(%d)
264 - strcasecmp of '$!acc' and 'acc' is => int(-%d)
265 - strcasecmp of '$!acc' and 'Acc' is => int(-%d)
266 - strcasecmp of '$!acc' and 'aC' is => int(-%d)
267 - strcasecmp of '$!acc' and 'acCc' is => int(-%d)
268 - strcasecmp of '$!acc' and 'acd' is => int(-%d)
269 - strcasecmp of '$!acc' and '?acc' is => int(-%d)
270 - strcasecmp of '$!acc' and 'Acc!' is => int(-%d)
271 - strcasecmp of '$!acc' and '$!acc' is => int(0)
272 - strcasecmp of '$!acc' and ';acc' is => int(-%d)
275 - strcasecmp of ';acc' and 'acc' is => int(-%d)
276 - strcasecmp of ';acc' and 'Acc' is => int(-%d)
277 - strcasecmp of ';acc' and 'aC' is => int(-%d)
278 - strcasecmp of ';acc' and 'acCc' is => int(-%d)
279 - strcasecmp of ';acc' and 'acd' is => int(-%d)
280 - strcasecmp of ';acc' and '?acc' is => int(-%d)
281 - strcasecmp of ';acc' and 'Acc!' is => int(-%d)
282 - strcasecmp of ';acc' and '$!acc' is => int(%d)
283 - strcasecmp of ';acc' and ';acc' is => int(0)