Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre.h413 int capture_last; /* Most recently closed capture */ member
435 int capture_last; /* Most recently closed capture */ member
457 int capture_last; /* Most recently closed capture */ member
H A Dpcre_exec.c963 save_capture_last = md->capture_last; in match()
999 md->capture_last = save_capture_last; in match()
1135 save_capture_last = md->capture_last; in match()
1160 save_capture_last = md->capture_last; in match()
1177 md->capture_last = save_capture_last; in match()
1294 cb.capture_last = md->capture_last; in match()
1524 md->capture_last = number; in match()
1719 cb.capture_last = md->capture_last; in match()
1950 md->capture_last = number; in match()
6549 md->capture_last = -1; in pcre_exec()
H A Dpcre_internal.h2498 int capture_last; /* Most recent capture number */ member
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1475 always 1, and the value of the capture_last field is always -1.
4210 int capture_last;
4253 The capture_last field contains the number of the most recently cap-

Completed in 62 milliseconds