Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c8111 uint32_t lookbehindlength; in compile_regex() local
8153 lookbehindlength = META_DATA(pptr[-1]); in compile_regex()
8156 else lookbehindlength = 0; in compile_regex()
8185 if (lookbehind && lookbehindlength > 0) in compile_regex()
8188 PUTINC(code, 0, lookbehindlength); in compile_regex()
8345 lookbehindlength = META_DATA(*pptr); in compile_regex()

Completed in 23 milliseconds