Home
last modified time | relevance | path

Searched refs:match (Results 176 – 194 of 194) sorted by relevance

12345678

/PHP-7.3/ext/standard/tests/file/
H A Duserstreams.phpt290 echo "SEEK: positions do not match!\n";
/PHP-7.3/ext/date/tests/
H A DDateTime_data-fall-type3-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type3-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.3/ext/pdo/
H A Dpdo_sql_parser.re179 …pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of…
/PHP-7.3/
H A Drun-tests.php1991 if (!empty($uses_cgi) && preg_match("/^(.*?)\r?\n\r?\n(.*)/s", $out, $match)) {
1992 $output = trim($match[2]);
1993 $rh = preg_split("/[\n\r]+/", $match[1]);
H A DNEWS425 . Fixed bug #79242 (COM error constants don't match com_exception codes on
1109 . Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match
2563 . Fixed bug #61780 (Inconsistent PCRE captures in match results). (cmb)
/PHP-7.3/Zend/
H A Dzend_strtod.c1595 match in match() function
2733 if (match(&s,"nf")) {
2735 if (!match(&s,"inity"))
2744 if (match(&s, "an")) {
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c4205 goto match;\
4368 match: in regset_search_body_position_lead()
4583 match: in onig_regset_search_with_param()
5237 goto match;\ in search_in_range()
5247 goto match;\ in search_in_range()
5515 goto match; in search_in_range()
5549 match: in search_in_range()
/PHP-7.3/ext/oci8/
H A Dconfig.m4179 dnl --with-oci8=$ORACLE_HOME where ORACLE_HOME isn't set (or is mistyped) will match this case
/PHP-7.3/sapi/fpm/
H A Dconfig.m4570 … should usually be set to match the fpm username (default: nobody)], nobody, no)
/PHP-7.3/ext/standard/html_tables/mappings/
H A DROMAN.TXT29 # n04 1997-Dec-01 Update to match internal utom<n3>, ufrm<n22>:
/PHP-7.3/ext/date/lib/
H A Dparse_date.re2051 * should match the next literal:
2054 * match.
2339 …add_pbf_error(s, TIMELIB_ERR_WRONG_FORMAT_SEP, "The format separator does not match", string, begi…
/PHP-7.3/ext/standard/
H A Durl_scanner_ex.re302 To avoid partial match, NUL is added here */
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4987 struct sljit_jump *match; in fast_forward_first_char2() local
5048 match = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, char1); in fast_forward_first_char2()
5050 JUMPHERE(match); in fast_forward_first_char2()
5075 struct sljit_jump *match; in fast_forward_first_n_chars() local
5255 match = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, chars[offset].chars[0]); in fast_forward_first_n_chars()
5257 JUMPHERE(match); in fast_forward_first_n_chars()
11811 jump_list *match = NULL; in compile_recurse() local
11879 add_jump(compiler, &match, JUMP(SLJIT_JUMP)); in compile_recurse()
12005 set_jumps(match, LABEL()); in compile_recurse()
H A Dpcre2_match.c563 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, PCRE2_SIZE *ovector, in match() function
6683 rc = match(start_match, mb->start_code, match_data->ovector, in pcre2_match()
/PHP-7.3/build/
H A Dlibtool.m41675 *) libsuff= shlibsuff= libmagic=never-match;;
2473 *) libmagic=never-match;;
2595 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4544 # Regexp to match symbols that can be accessed directly from C.
5358 # it will be wrapped by ` (' and `)$', so one must not match beginning or
5442 # with the same dynamic library. Since this doesn't match the
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic2957 # This is a really bad format. A file containing HAWAII will match this...
4272 # it will match only versions like v<digit>.<digit>
13133 # to count it as a match. Text only printed in named patterns is
13134 # not counted, and causes file to continue, and try and match
13273 # FIXME: These patterns match too generally. For example, the first
16094 # will match 0x9600 through 0x9603 in *both* little endian and big endian.
19043 # won't match any of these signatures.
25403 # match most *.tfm files generated by METAFONT or afm2tfm.
26441 # FIXME: The first match has been made a search, so that it can skip
26673 # Modified by (1): Abel Cheung (Avoid match with first 4 bytes only)
[all …]
H A Dmagic私はガラスを食べられます2957 # This is a really bad format. A file containing HAWAII will match this...
4272 # it will match only versions like v<digit>.<digit>
13133 # to count it as a match. Text only printed in named patterns is
13134 # not counted, and causes file to continue, and try and match
13273 # FIXME: These patterns match too generally. For example, the first
16094 # will match 0x9600 through 0x9603 in *both* little endian and big endian.
19043 # won't match any of these signatures.
25403 # match most *.tfm files generated by METAFONT or afm2tfm.
26441 # FIXME: The first match has been made a search, so that it can skip
26673 # Modified by (1): Abel Cheung (Avoid match with first 4 bytes only)
[all …]
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c111788 int match;
111799 match = 4;
111801 match = 1;
111806 match += 2; /* Exact encoding match */
111808 match += 1; /* Both are UTF16, but with different byte orders */
111811 return match;

Completed in 1358 milliseconds

12345678