Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c14166 struct sljit_jump *minlength_check_failed = NULL; in jit_compile() local
14432 minlength_check_failed = CMP(SLJIT_GREATER, TMP2, 0, STR_END, 0); in jit_compile()
14489 if (minlength_check_failed != NULL) in jit_compile()
14490 SET_LABEL(minlength_check_failed, common->abort_label); in jit_compile()

Completed in 54 milliseconds