Home
last modified time | relevance | path

Searched refs:subno (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c253 register sopno subno; local
264 subno = p->g->nsub;
265 if (subno < NPAREN)
267 EMIT(OLPAREN, subno);
270 if (subno < NPAREN) {
274 EMIT(ORPAREN, subno);
458 register sopno subno; local
484 subno = p->g->nsub;
485 if (subno < NPAREN)
487 EMIT(OLPAREN, subno);
[all …]

Completed in 10 milliseconds