Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2509 int expect_cond_assert = 0; in parse_regex() local
2621 if (expect_cond_assert > 0) /* A literal is not allowed if we are */ in parse_regex()
2825 if (expect_cond_assert > 0) in parse_regex()
2838 ok = expect_cond_assert == 2; in parse_regex()
2865 prev_expect_cond_assert = expect_cond_assert; in parse_regex()
2866 expect_cond_assert = 0; in parse_regex()
4144 expect_cond_assert = prev_expect_cond_assert - 1; in parse_regex()
4282 expect_cond_assert = 2; in parse_regex()

Completed in 33 milliseconds