Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2617 int expect_cond_assert = 0; in parse_regex() local
2729 if (expect_cond_assert > 0) /* A literal is not allowed if we are */ in parse_regex()
2933 if (expect_cond_assert > 0) in parse_regex()
2946 ok = expect_cond_assert == 2; in parse_regex()
2973 prev_expect_cond_assert = expect_cond_assert; in parse_regex()
2974 expect_cond_assert = 0; in parse_regex()
4252 expect_cond_assert = prev_expect_cond_assert - 1; in parse_regex()
4390 expect_cond_assert = 2; in parse_regex()

Completed in 35 milliseconds