Home
last modified time | relevance | path

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

/PHP-5.5/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.c156 g->nsub = 0;
180 preg->re_nsub = g->nsub;
263 p->g->nsub++;
264 subno = p->g->nsub;
483 p->g->nsub++;
484 subno = p->g->nsub;
514 assert(i <= p->g->nsub);
/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt204 nsub 2284
H A Dents_xhtml.txt236 nsub 2284
H A Dents_html5.txt1495 nsub 02284
/PHP-5.5/ext/date/tests/
H A Ddate_time_immutable.phpt37 echo "\nsub():\n";
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt216 [⊄] => &nsub;
H A Dget_html_translation_table_basic2.phpt371 string(6) "&nsub;"
880 string(6) "&nsub;"
1387 string(6) "&nsub;"
H A Dhtml_entity_decode_html4.phpt240 "&nsub;",
H A Dget_html_translation_table_basic1.phpt358 string(6) "&nsub;"
H A Dhtmlentities_html4.phpt296 &nsub; U+02284
H A Dget_html_translation_table_basic5.phpt1122 [⊄] => &nsub;
H A Dhtml_entity_decode_html5.phpt1500 "&nsub;",
3634 &nsub; => ⊄ e28a84
H A Dhtmlentities_html5.phpt826 &nsub; U+02284

Completed in 44 milliseconds