Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c13708 struct sljit_label *empty_match_found_label = NULL; in jit_compile() local
14022 empty_match_found_label = LABEL(); in jit_compile()
14136 JUMPTO(SLJIT_ZERO, empty_match_found_label); in jit_compile()
14138 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, STR_PTR, 0, empty_match_found_label); in jit_compile()

Completed in 49 milliseconds