Lines Matching refs:acc

13            array("acc", "Acc", 'aC', "acCc", 'acd', "?acc", 'Acc!', "$!acc", ";acc"),
168 [0] => acc
173 [5] => ?acc
175 [7] => $!acc
176 [8] => ;acc
180 - strcasecmp of 'acc' and 'acc' is => int(0)
181 - strcasecmp of 'acc' and 'Acc' is => int(0)
182 - strcasecmp of 'acc' and 'aC' is => int(%d)
183 - strcasecmp of 'acc' and 'acCc' is => int(-%d)
184 - strcasecmp of 'acc' and 'acd' is => int(-%d)
185 - strcasecmp of 'acc' and '?acc' is => int(%d)
186 - strcasecmp of 'acc' and 'Acc!' is => int(-%d)
187 - strcasecmp of 'acc' and '$!acc' is => int(%d)
188 - strcasecmp of 'acc' and ';acc' is => int(%d)
191 - strcasecmp of 'Acc' and 'acc' is => int(0)
196 - strcasecmp of 'Acc' and '?acc' is => int(%d)
198 - strcasecmp of 'Acc' and '$!acc' is => int(%d)
199 - strcasecmp of 'Acc' and ';acc' is => int(%d)
202 - strcasecmp of 'aC' and 'acc' is => int(-%d)
207 - strcasecmp of 'aC' and '?acc' is => int(%d)
209 - strcasecmp of 'aC' and '$!acc' is => int(%d)
210 - strcasecmp of 'aC' and ';acc' is => int(%d)
213 - strcasecmp of 'acCc' and 'acc' is => int(%d)
218 - strcasecmp of 'acCc' and '?acc' is => int(%d)
220 - strcasecmp of 'acCc' and '$!acc' is => int(%d)
221 - strcasecmp of 'acCc' and ';acc' is => int(%d)
224 - strcasecmp of 'acd' and 'acc' is => int(%d)
229 - strcasecmp of 'acd' and '?acc' is => int(%d)
231 - strcasecmp of 'acd' and '$!acc' is => int(%d)
232 - strcasecmp of 'acd' and ';acc' is => int(%d)
235 - strcasecmp of '?acc' and 'acc' is => int(-%d)
236 - strcasecmp of '?acc' and 'Acc' is => int(-%d)
237 - strcasecmp of '?acc' and 'aC' is => int(-%d)
238 - strcasecmp of '?acc' and 'acCc' is => int(-%d)
239 - strcasecmp of '?acc' and 'acd' is => int(-%d)
240 - strcasecmp of '?acc' and '?acc' is => int(0)
241 - strcasecmp of '?acc' and 'Acc!' is => int(-%d)
242 - strcasecmp of '?acc' and '$!acc' is => int(%d)
243 - strcasecmp of '?acc' and ';acc' is => int(%d)
246 - strcasecmp of 'Acc!' and 'acc' is => int(%d)
251 - strcasecmp of 'Acc!' and '?acc' is => int(%d)
253 - strcasecmp of 'Acc!' and '$!acc' is => int(%d)
254 - strcasecmp of 'Acc!' and ';acc' is => int(%d)
257 - strcasecmp of '$!acc' and 'acc' is => int(-%d)
258 - strcasecmp of '$!acc' and 'Acc' is => int(-%d)
259 - strcasecmp of '$!acc' and 'aC' is => int(-%d)
260 - strcasecmp of '$!acc' and 'acCc' is => int(-%d)
261 - strcasecmp of '$!acc' and 'acd' is => int(-%d)
262 - strcasecmp of '$!acc' and '?acc' is => int(-%d)
263 - strcasecmp of '$!acc' and 'Acc!' is => int(-%d)
264 - strcasecmp of '$!acc' and '$!acc' is => int(0)
265 - strcasecmp of '$!acc' and ';acc' is => int(-%d)
268 - strcasecmp of ';acc' and 'acc' is => int(-%d)
269 - strcasecmp of ';acc' and 'Acc' is => int(-%d)
270 - strcasecmp of ';acc' and 'aC' is => int(-%d)
271 - strcasecmp of ';acc' and 'acCc' is => int(-%d)
272 - strcasecmp of ';acc' and 'acd' is => int(-%d)
273 - strcasecmp of ';acc' and '?acc' is => int(-%d)
274 - 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(0)