Lines Matching refs:acc

13            array("acc", "Acc", 'aC', "acCc", 'acd', "?acc", 'Acc!', "$!acc", ";acc"),
166 [0] => acc
171 [5] => ?acc
173 [7] => $!acc
174 [8] => ;acc
178 - strcasecmp of 'acc' and 'acc' is => int(0)
179 - strcasecmp of 'acc' and 'Acc' is => int(0)
180 - strcasecmp of 'acc' and 'aC' is => int(%d)
181 - strcasecmp of 'acc' and 'acCc' is => int(-%d)
182 - strcasecmp of 'acc' and 'acd' is => int(-%d)
183 - strcasecmp of 'acc' and '?acc' is => int(%d)
184 - strcasecmp of 'acc' and 'Acc!' is => int(-%d)
185 - strcasecmp of 'acc' and '$!acc' is => int(%d)
186 - strcasecmp of 'acc' and ';acc' is => int(%d)
189 - strcasecmp of 'Acc' and 'acc' is => int(0)
194 - strcasecmp of 'Acc' and '?acc' is => int(%d)
196 - strcasecmp of 'Acc' and '$!acc' is => int(%d)
197 - strcasecmp of 'Acc' and ';acc' is => int(%d)
200 - strcasecmp of 'aC' and 'acc' is => int(-%d)
205 - strcasecmp of 'aC' and '?acc' is => int(%d)
207 - strcasecmp of 'aC' and '$!acc' is => int(%d)
208 - strcasecmp of 'aC' and ';acc' is => int(%d)
211 - strcasecmp of 'acCc' and 'acc' is => int(%d)
216 - strcasecmp of 'acCc' and '?acc' is => int(%d)
218 - strcasecmp of 'acCc' and '$!acc' is => int(%d)
219 - strcasecmp of 'acCc' and ';acc' is => int(%d)
222 - strcasecmp of 'acd' and 'acc' is => int(%d)
227 - strcasecmp of 'acd' and '?acc' is => int(%d)
229 - strcasecmp of 'acd' and '$!acc' is => int(%d)
230 - strcasecmp of 'acd' and ';acc' is => int(%d)
233 - strcasecmp of '?acc' and 'acc' is => int(-%d)
234 - strcasecmp of '?acc' and 'Acc' is => int(-%d)
235 - strcasecmp of '?acc' and 'aC' is => int(-%d)
236 - strcasecmp of '?acc' and 'acCc' is => int(-%d)
237 - strcasecmp of '?acc' and 'acd' is => int(-%d)
238 - strcasecmp of '?acc' and '?acc' is => int(0)
239 - strcasecmp of '?acc' and 'Acc!' is => int(-%d)
240 - strcasecmp of '?acc' and '$!acc' is => int(%d)
241 - strcasecmp of '?acc' and ';acc' is => int(%d)
244 - strcasecmp of 'Acc!' and 'acc' is => int(%d)
249 - strcasecmp of 'Acc!' and '?acc' is => int(%d)
251 - strcasecmp of 'Acc!' and '$!acc' is => int(%d)
252 - strcasecmp of 'Acc!' and ';acc' is => int(%d)
255 - strcasecmp of '$!acc' and 'acc' is => int(-%d)
256 - strcasecmp of '$!acc' and 'Acc' is => int(-%d)
257 - strcasecmp of '$!acc' and 'aC' is => int(-%d)
258 - strcasecmp of '$!acc' and 'acCc' is => int(-%d)
259 - strcasecmp of '$!acc' and 'acd' is => int(-%d)
260 - strcasecmp of '$!acc' and '?acc' is => int(-%d)
261 - strcasecmp of '$!acc' and 'Acc!' is => int(-%d)
262 - strcasecmp of '$!acc' and '$!acc' is => int(0)
263 - strcasecmp of '$!acc' 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(-%d)
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(0)