Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h427 int capture_top; /* Max current capture */ member
449 int capture_top; /* Max current capture */ member
471 int capture_top; /* Max current capture */ member
H A Dpcre_exec.c1314 cb.capture_top = offset_top/2; in match()
1724 cb.capture_top = offset_top/2; in match()
H A Dpcre_jit_compile.c6385 callout_block->capture_top = 0; in do_callout()
6392 callout_block->capture_top = i; in do_callout()
6395 callout_block->capture_top = (callout_block->capture_top >> 1) + 1; in do_callout()
H A DChangeLog4557 3. Documentation bug: the value of the capture_top field in a callout is *one
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1517 6. Callouts are supported, but the value of the capture_top field is
4424 int capture_top;
4462 When the pcre_exec() or pcre[16|32]_exec() is used, the capture_top
4465 of capture_top is one. This is always the case when the DFA functions

Completed in 84 milliseconds