Home
last modified time | relevance | path

Searched refs:match (Results 251 – 269 of 269) sorted by relevance

1...<<11

/php-src/Zend/
H A Dzend_strtod.c1584 match in match() function
2723 if (match(&s,"nf")) {
2725 if (!match(&s,"inity"))
2734 if (match(&s, "an")) {
/php-src/sapi/fpm/
H A Dconfig.m4444 usually be set to match the fpm username (default: nobody)])],
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c7173 static const char*match(MatchState*ms,const char*s,const char*p);
7198 const char*res=match(ms,(s+i),ep+1);
7207 const char*res=match(ms,s,ep+1);
7223 if((res=match(ms,s,p))==NULL)
7232 if((res=match(ms,s,p))==NULL)
7245 static const char*match(MatchState*ms,const char*s,const char*p){
7300 if(m&&((res=match(ms,s+1,ep+1))!=NULL))
7392 if((res=match(&ms,s1,p))!=NULL){
7426 if((e=match(&ms,src,p))!=NULL){
7514 e=match(&ms,src,p);
/php-src/ext/standard/html_tables/mappings/
H A DROMAN.TXT29 # n04 1997-Dec-01 Update to match internal utom<n3>, ufrm<n22>:
/php-src/ext/mbstring/tests/data/
H A DEmojiSources.txt35 # Thus they do not match the named character sequences with keycaps listed in
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-src/ext/date/lib/
H A Dparse_date.re2226 * should match the next literal:
2229 * match.
2579 …add_pbf_error(s, TIMELIB_ERR_WRONG_FORMAT_SEP, "The format separator does not match", string, begi…
/php-src/ext/standard/
H A Durl_scanner_ex.re301 To avoid partial match, NUL is added here */
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1290 switch (attr->match) { in lxb_selectors_match_attribute()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6074 struct sljit_jump *match; in fast_forward_first_char2() local
6133 match = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, char1); in fast_forward_first_char2()
6135 JUMPHERE(match); in fast_forward_first_char2()
6160 struct sljit_jump *match; in fast_forward_first_n_chars() local
6343 match = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, chars[offset].chars[0]); in fast_forward_first_n_chars()
6345 JUMPHERE(match); in fast_forward_first_n_chars()
13877 jump_list *match = NULL; in compile_recurse() local
13949 add_jump(compiler, &match, JUMP(SLJIT_JUMP)); in compile_recurse()
14065 set_jumps(match, LABEL()); in compile_recurse()
H A Dpcre2_match.c594 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, uint16_t top_bracket, in match() function
7514 rc = match(start_match, mb->start_code, re->top_bracket, frame_size, in pcre2_match()
/php-src/docs/
H A Drelease-process.md227 versions match the release.
531 versions match the release.
/php-src/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.m41657 dnl required version MIN-VERSION and doesn't match any of the blank separated
/php-src/sapi/fpm/tests/
H A Dtester.inc421 return match ($this->clientTransport) {
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5686 # it will match only versions like v<digit>.<digit>
17350 # to count it as a match. Text only printed in named patterns is
17351 # not counted, and causes file to continue, and try and match
17490 # FIXME: These patterns match too generally. For example, the first
19568 # and match mh-logo.xpm (emacs)
27064 # won't match any of these signatures.
35512 # clear that continuation level match
35702 # print default match
35906 # Not searching for full "OMR=C3=85DE" to match also for non-UTF-8
37156 # match most *.tfm files generated by METAFONT or afm2tfm.
[all …]
H A Dmagic5686 # it will match only versions like v<digit>.<digit>
17350 # to count it as a match. Text only printed in named patterns is
17351 # not counted, and causes file to continue, and try and match
17490 # FIXME: These patterns match too generally. For example, the first
19568 # and match mh-logo.xpm (emacs)
27064 # won't match any of these signatures.
35512 # clear that continuation level match
35702 # print default match
35906 # Not searching for full "OMR=C3=85DE" to match also for non-UTF-8
37156 # match most *.tfm files generated by METAFONT or afm2tfm.
[all …]

Completed in 373 milliseconds

1...<<11