Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.c275 int re_nsub = 0; in regcomp() local
299 &re_nsub); in regcomp()
300 preg->re_nsub = (size_t)re_nsub; in regcomp()
H A Dpcreposix.h99 size_t re_nsub; member
H A DChangeLog1183 13. In the POSIX wrapper regcomp() function, setting re_nsub field in the preg
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregposix.c161 reg->re_nsub = ONIG_C(reg)->num_mem; in regcomp()
216 if (reg->re_nsub > nmatch - 1) in regexec()
217 reg->re_nsub = (nmatch <= 1 ? 0 : nmatch - 1); in regexec()
H A Donigposix.h85 size_t re_nsub; member
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9688 is public: re_nsub contains the number of capturing subpatterns in the

Completed in 45 milliseconds