Lines Matching refs:acc

13            array("acc", "Acc", 'ac', "accc", 'acd', "?acc", 'acc!', "$!acc", ";acc"),
230 [0] => acc
235 [5] => ?acc
236 [6] => acc!
237 [7] => $!acc
238 [8] => ;acc
242 - strcmp of 'acc' and 'acc' is => int(0)
243 - strcmp of 'acc' and 'Acc' is => int(%d)
244 - strcmp of 'acc' and 'ac' is => int(%d)
245 - strcmp of 'acc' and 'accc' is => int(-%d)
246 - strcmp of 'acc' and 'acd' is => int(-%d)
247 - strcmp of 'acc' and '?acc' is => int(%d)
248 - strcmp of 'acc' and 'acc!' is => int(-%d)
249 - strcmp of 'acc' and '$!acc' is => int(%d)
250 - strcmp of 'acc' and ';acc' is => int(%d)
253 - strcmp of 'Acc' and 'acc' is => int(-%d)
258 - strcmp of 'Acc' and '?acc' is => int(%d)
259 - strcmp of 'Acc' and 'acc!' is => int(-%d)
260 - strcmp of 'Acc' and '$!acc' is => int(%d)
261 - strcmp of 'Acc' and ';acc' is => int(%d)
264 - strcmp of 'ac' and 'acc' is => int(-%d)
269 - strcmp of 'ac' and '?acc' is => int(%d)
270 - strcmp of 'ac' and 'acc!' is => int(-%d)
271 - strcmp of 'ac' and '$!acc' is => int(%d)
272 - strcmp of 'ac' and ';acc' is => int(%d)
275 - strcmp of 'accc' and 'acc' is => int(%d)
280 - strcmp of 'accc' and '?acc' is => int(%d)
281 - strcmp of 'accc' and 'acc!' is => int(%d)
282 - strcmp of 'accc' and '$!acc' is => int(%d)
283 - strcmp of 'accc' and ';acc' is => int(%d)
286 - strcmp of 'acd' and 'acc' is => int(%d)
291 - strcmp of 'acd' and '?acc' is => int(%d)
292 - strcmp of 'acd' and 'acc!' is => int(%d)
293 - strcmp of 'acd' and '$!acc' is => int(%d)
294 - strcmp of 'acd' and ';acc' is => int(%d)
297 - strcmp of '?acc' and 'acc' is => int(-%d)
298 - strcmp of '?acc' and 'Acc' is => int(-%d)
299 - strcmp of '?acc' and 'ac' is => int(-%d)
300 - strcmp of '?acc' and 'accc' is => int(-%d)
301 - strcmp of '?acc' and 'acd' is => int(-%d)
302 - strcmp of '?acc' and '?acc' is => int(0)
303 - strcmp of '?acc' and 'acc!' is => int(-%d)
304 - strcmp of '?acc' and '$!acc' is => int(%d)
305 - strcmp of '?acc' and ';acc' is => int(%d)
308 - strcmp of 'acc!' and 'acc' is => int(%d)
309 - strcmp of 'acc!' and 'Acc' is => int(%d)
310 - strcmp of 'acc!' and 'ac' is => int(%d)
311 - strcmp of 'acc!' and 'accc' is => int(-%d)
312 - strcmp of 'acc!' and 'acd' is => int(-%d)
313 - strcmp of 'acc!' and '?acc' is => int(%d)
314 - strcmp of 'acc!' and 'acc!' is => int(0)
315 - strcmp of 'acc!' and '$!acc' is => int(%d)
316 - strcmp of 'acc!' and ';acc' is => int(%d)
319 - strcmp of '$!acc' and 'acc' is => int(-%d)
320 - strcmp of '$!acc' and 'Acc' is => int(-%d)
321 - strcmp of '$!acc' and 'ac' is => int(-%d)
322 - strcmp of '$!acc' and 'accc' is => int(-%d)
323 - strcmp of '$!acc' and 'acd' is => int(-%d)
324 - strcmp of '$!acc' and '?acc' is => int(-%d)
325 - strcmp of '$!acc' and 'acc!' is => int(-%d)
326 - strcmp of '$!acc' and '$!acc' is => int(0)
327 - strcmp of '$!acc' and ';acc' is => int(-%d)
330 - strcmp of ';acc' and 'acc' is => int(-%d)
331 - strcmp of ';acc' and 'Acc' is => int(-%d)
332 - strcmp of ';acc' and 'ac' is => int(-%d)
333 - strcmp of ';acc' and 'accc' is => int(-%d)
334 - strcmp of ';acc' and 'acd' is => int(-%d)
335 - strcmp of ';acc' and '?acc' is => int(-%d)
336 - strcmp of ';acc' and 'acc!' is => int(-%d)
337 - strcmp of ';acc' and '$!acc' is => int(%d)
338 - strcmp of ';acc' and ';acc' is => int(0)