Home
last modified time | relevance | path

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

/PHP-5.3/ext/ereg/regex/
H A Ddebug.c38 if (g->nsub > 0)
39 fprintf(d, ", nsub=%ld", (long)g->nsub);
H A Dengine.c146 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
152 for (i = 1; i <= m->g->nsub; i++)
184 for (i = 1; i <= m->g->nsub; i++) {
210 if (i <= m->g->nsub)
396 assert(0 < i && i <= m->g->nsub);
401 assert(0 < i && i <= m->g->nsub);
527 assert(0 < i && i <= m->g->nsub);
588 assert(0 < i && i <= m->g->nsub);
599 assert(0 < i && i <= m->g->nsub);
H A Dregex2.h131 size_t nsub; /* copy of re_nsub */ member
H A Dregcomp.c148 g->nsub = 0;
172 preg->re_nsub = g->nsub;
255 p->g->nsub++;
256 subno = p->g->nsub;
475 p->g->nsub++;
476 subno = p->g->nsub;
506 assert(i <= p->g->nsub);
/PHP-5.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt501 string(6) "&nsub;"
1008 string(6) "&nsub;"
1517 string(6) "&nsub;"
H A Dhtml_entity_decode_html4.phpt240 "&nsub;",
H A Dget_html_translation_table_basic1.phpt490 string(6) "&nsub;"
H A Dhtmlentities_html4.phpt296 &nsub; U+02284

Completed in 19 milliseconds