Searched defs:should (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/ereg/regex/ |
| H A D | main.c | 216 char *should[NSHOULD]; local 240 fprintf(stderr, "%d: %s should have given REG_%s\n", 273 fprintf(stderr, "%d: %s exec should have failed\n", 291 should[i] = NULL; 292 nshould = split(f4, should+1, NSHOULD-1, ","); 295 should[1] = ""; 298 grump = check(f2, subs[i], should[i]); 403 == char *check(char *str, regmatch_t sub, char *should); 406 check(str, sub, should) 409 char *should; [all...] |
Completed in 7 milliseconds