Lines Matching refs:acc

13            array("acc", "Acc", 'aC', "acCc", 'acd', "?acc", 'Acc!', "$!acc", ";acc"),
199 [0] => acc
204 [5] => ?acc
206 [7] => $!acc
207 [8] => ;acc
211 - strcasecmp of 'acc' and 'acc' is => int(0)
212 - strcasecmp of 'acc' and 'Acc' is => int(0)
213 - strcasecmp of 'acc' and 'aC' is => int(%d)
214 - strcasecmp of 'acc' and 'acCc' is => int(-%d)
215 - strcasecmp of 'acc' and 'acd' is => int(-%d)
216 - strcasecmp of 'acc' and '?acc' is => int(%d)
217 - strcasecmp of 'acc' and 'Acc!' is => int(-%d)
218 - strcasecmp of 'acc' and '$!acc' is => int(%d)
219 - strcasecmp of 'acc' and ';acc' is => int(%d)
222 - strcasecmp of 'Acc' and 'acc' is => int(0)
227 - strcasecmp of 'Acc' and '?acc' is => int(%d)
229 - strcasecmp of 'Acc' and '$!acc' is => int(%d)
230 - strcasecmp of 'Acc' and ';acc' is => int(%d)
233 - strcasecmp of 'aC' and 'acc' is => int(-%d)
238 - strcasecmp of 'aC' and '?acc' is => int(%d)
240 - strcasecmp of 'aC' and '$!acc' is => int(%d)
241 - strcasecmp of 'aC' and ';acc' is => int(%d)
244 - strcasecmp of 'acCc' and 'acc' is => int(%d)
249 - strcasecmp of 'acCc' and '?acc' is => int(%d)
251 - strcasecmp of 'acCc' and '$!acc' is => int(%d)
252 - strcasecmp of 'acCc' and ';acc' is => int(%d)
255 - strcasecmp of 'acd' and 'acc' is => int(%d)
260 - strcasecmp of 'acd' and '?acc' is => int(%d)
262 - strcasecmp of 'acd' and '$!acc' is => int(%d)
263 - strcasecmp of 'acd' and ';acc' is => int(%d)
266 - strcasecmp of '?acc' and 'acc' is => int(-%d)
267 - strcasecmp of '?acc' and 'Acc' is => int(-%d)
268 - strcasecmp of '?acc' and 'aC' is => int(-%d)
269 - strcasecmp of '?acc' and 'acCc' is => int(-%d)
270 - strcasecmp of '?acc' and 'acd' is => int(-%d)
271 - strcasecmp of '?acc' and '?acc' is => int(0)
272 - strcasecmp of '?acc' and 'Acc!' is => int(-%d)
273 - strcasecmp of '?acc' and '$!acc' is => int(%d)
274 - strcasecmp of '?acc' and ';acc' is => int(%d)
277 - strcasecmp of 'Acc!' and 'acc' is => int(%d)
282 - strcasecmp of 'Acc!' and '?acc' is => int(%d)
284 - strcasecmp of 'Acc!' and '$!acc' is => int(%d)
285 - strcasecmp of 'Acc!' and ';acc' is => int(%d)
288 - strcasecmp of '$!acc' and 'acc' is => int(-%d)
289 - strcasecmp of '$!acc' and 'Acc' is => int(-%d)
290 - strcasecmp of '$!acc' and 'aC' is => int(-%d)
291 - strcasecmp of '$!acc' and 'acCc' is => int(-%d)
292 - strcasecmp of '$!acc' and 'acd' is => int(-%d)
293 - strcasecmp of '$!acc' and '?acc' is => int(-%d)
294 - strcasecmp of '$!acc' and 'Acc!' is => int(-%d)
295 - strcasecmp of '$!acc' and '$!acc' is => int(0)
296 - strcasecmp of '$!acc' and ';acc' is => int(-%d)
299 - strcasecmp of ';acc' and 'acc' is => int(-%d)
300 - strcasecmp of ';acc' and 'Acc' is => int(-%d)
301 - strcasecmp of ';acc' and 'aC' is => int(-%d)
302 - strcasecmp of ';acc' and 'acCc' is => int(-%d)
303 - strcasecmp of ';acc' and 'acd' is => int(-%d)
304 - strcasecmp of ';acc' and '?acc' is => int(-%d)
305 - strcasecmp of ';acc' and 'Acc!' is => int(-%d)
306 - strcasecmp of ';acc' and '$!acc' is => int(%d)
307 - strcasecmp of ';acc' and ';acc' is => int(0)