Home
last modified time | relevance | path

Searched refs:match (Results 226 – 234 of 234) sorted by relevance

12345678910

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5845 struct sljit_jump *match; in fast_forward_first_char2() local
5904 match = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, char1); in fast_forward_first_char2()
5906 JUMPHERE(match); in fast_forward_first_char2()
5931 struct sljit_jump *match; in fast_forward_first_n_chars() local
6114 match = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, chars[offset].chars[0]); in fast_forward_first_n_chars()
6116 JUMPHERE(match); in fast_forward_first_n_chars()
13257 jump_list *match = NULL; in compile_recurse() local
13329 add_jump(compiler, &match, JUMP(SLJIT_JUMP)); in compile_recurse()
13445 set_jumps(match, LABEL()); in compile_recurse()
H A Dpcre2_match.c582 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, PCRE2_SIZE *ovector, in match() function
7078 rc = match(start_match, mb->start_code, match_data->ovector, in pcre2_match()
/PHP-8.1/build/
H A Dlibtool.m41686 *) libsuff= shlibsuff= libmagic=never-match;;
2484 *) libmagic=never-match;;
2606 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4553 # Regexp to match symbols that can be accessed directly from C.
5367 # it will be wrapped by ` (' and `)$', so one must not match beginning or
5451 # with the same dynamic library. Since this doesn't match the
H A Dphp.m41767 dnl required version MIN-VERSION and doesn't match any of the blank separated
/PHP-8.1/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt27 # n06 1998-Feb-05 Update to match internal utom<n10>, ufrm<n27>
217 # will use a built-in font that is supposed to match the screen font.
558 0x815C 0x2014 # EM DASH # change UTC mapping to match JIS spec
H A DBIG5.txt381 0xA244 0xFFE5 # YEN SIGN -- Edited by A. Dowad to match output from iconv; was previously 0x00A5
H A DCP936.txt19 # Entries marked EDITED have been added to match:
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic5161 # it will match only versions like v<digit>.<digit>
15579 # to count it as a match. Text only printed in named patterns is
15580 # not counted, and causes file to continue, and try and match
15719 # FIXME: These patterns match too generally. For example, the first
23400 # won't match any of these signatures.
30673 # clear that continuation level match
30857 # print default match
31014 # Not searching for full "OMR=C3=85DE" to match also for non-UTF-8
32033 # match most *.tfm files generated by METAFONT or afm2tfm.
33304 # FIXME: The first match has been made a search, so that it can skip
[all …]
H A Dmagic私はガラスを食べられます5161 # it will match only versions like v<digit>.<digit>
15579 # to count it as a match. Text only printed in named patterns is
15580 # not counted, and causes file to continue, and try and match
15719 # FIXME: These patterns match too generally. For example, the first
23400 # won't match any of these signatures.
30673 # clear that continuation level match
30857 # print default match
31014 # Not searching for full "OMR=C3=85DE" to match also for non-UTF-8
32033 # match most *.tfm files generated by METAFONT or afm2tfm.
33304 # FIXME: The first match has been made a search, so that it can skip
[all …]

Completed in 312 milliseconds

12345678910