Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h354 jump_list *not_found = NULL; in fast_requested_char_simd() local
378 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
447 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_requested_char_simd()
471 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
474 return not_found; in fast_requested_char_simd()
H A Dpcre2_jit_compile.c6347 jump_list *not_found = NULL; in search_requested_char() local
6374 not_found = fast_requested_char_simd(common, req_char, oc); in search_requested_char()
6380 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in search_requested_char()
6412 return not_found; in search_requested_char()
/PHP-8.0/Zend/
H A Dzend_alloc.c830 goto not_found;
834 goto not_found;
851 goto not_found;
866 goto not_found;
897 goto not_found;
921 goto not_found;
942 not_found:
/PHP-8.0/ext/date/
H A Dphp_date.c3431 int dst, not_found; in timezone_initialize() local
3440 …dummy_t->z = timelib_parse_zone(&tz, &dst, dummy_t, &not_found, DATE_TIMEZONEDB, php_date_parse_tz… in timezone_initialize()
3448 if (!not_found && (*tz != '\0')) { in timezone_initialize()
3454 if (not_found) { in timezone_initialize()

Completed in 57 milliseconds