Searched defs:re_nsub (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ | ||
| H A D | regex.h | 22 size_t re_nsub; /* number of parenthesized subexpressions */ member in struct:__anon70 |
| /PHP_TRUNK/ext/pcre/pcrelib/ | ||
| H A D | pcreposix.h | 99 size_t re_nsub; member in struct:__anon322 |
| H A D | pcreposix.c | 263 int re_nsub = 0; local 287 &re_nsub); 288 preg->re_nsub = (size_t)re_nsub; |
| /PHP_TRUNK/ext/mbstring/oniguruma/ | ||
| H A D | onigposix.h | 85 size_t re_nsub; member in struct:__anon223 |
Completed in 4 milliseconds