Home
last modified time | relevance | path

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

/PHP-7.2/ext/dom/tests/
H A Dbug46335.phpt18 $matched = $node->splitText($start);
19 $matched->splitText($length);
20 print "splitText (ASCII): $matched->textContent\n";
27 $matched = $node->splitText($start);
28 $matched->splitText($length);
29 print "splitText (UTF-8): $matched->textContent\n";
/PHP-7.2/ext/odbc/tests/
H A Dbug68087.phpt33 print "Date_1 matched\n";
39 print "Date_2 matched\n";
46 Date_1 matched
47 Date_2 matched
H A Dbug60616.phpt46 print "EUC-JP matched\n";
54 print "ASCII matched\n";
63 EUC-JP matched
64 ASCII matched
/PHP-7.2/ext/pcre/tests/
H A Dbug41050.phpt11 if (preg_match($regex,$sql, $m)) echo 'matched';
12 else echo 'not matched';
H A Dpreg_grep_basic.phpt15 …e as first example but the array created contains everything that is NOT matched but the regex (ma…
/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c1728 int matched; in magiccheck() local
1779 matched = 1; in magiccheck()
1803 return matched; in magiccheck()
1812 matched = 1; in magiccheck()
1835 return matched; in magiccheck()
1967 return matched; in magiccheck()
1980 matched = 1; in magiccheck()
1984 matched = v != l; in magiccheck()
2042 matched); in magiccheck()
2052 matched); in magiccheck()
[all …]
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_cmd.c575 const phpdbg_command_t *matched[3] = {NULL, NULL, NULL}; in phpdbg_stack_resolve() local
583 matched[matches] = command; in phpdbg_stack_resolve()
592 matched[matches] = command; in phpdbg_stack_resolve()
622 command = matched[0]; in phpdbg_stack_resolve()
632 list = emalloc(matched[it]->name_len + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0)); in phpdbg_stack_resolve()
634 …list = erealloc(list, (pos + matched[it]->name_len) + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0… in phpdbg_stack_resolve()
636 memcpy(&list[pos], matched[it]->name, matched[it]->name_len); in phpdbg_stack_resolve()
637 pos += matched[it]->name_len; in phpdbg_stack_resolve()
/PHP-7.2/Zend/tests/
H A Dbug50174.phpt2 Bug #50174 (Incorrectly matched docComment)
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_replace_variation1.phpt20 /* loop through to replace the matched elements in the array */
H A Dhtmlentities_html4.phpt55 echo "Not matched entities: ";
H A Dstr_replace.phpt40 /* loop through to replace the matched elements in the array */
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1392 is matched against the string
1849 pattern is compiled, or when it is matched.
1972 tern is compiled or matched.
3454 The string to be matched by pcre_exec()
4182 is matched against the string
4186 the three matched strings are
6071 matched against the pattern
6130 ber have matched.
6864 of them has matched.
9764 of the string, not how it is matched.
[all …]
/PHP-7.2/ext/bcmath/libbcmath/
H A Daclocal.m469 # If neither matched, then we have a broken ls. This can happen
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c764 int matched; /* Has anything matched */ in php_pcre_match_impl() local
856 matched = 0; in php_pcre_match_impl()
892 matched++; in php_pcre_match_impl()
938 add_index_string(&marks, matched - 1, (char *) mark); in php_pcre_match_impl()
1145 RETVAL_LONG(matched); in php_pcre_match_impl()
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE235 text matched by the subexp in that group."
243 the last group with the name is checked first, if not matched then the
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog14 mode with --only-matching matched several lines, it restarted scanning at the
15 next line instead of moving on to the end of the matched string, which can be
357 that should not have been matched.
374 pattern /(x)|((*ACCEPT))/ when matched against "abcd".
790 matched by pcre_exec() without using JIT:
1011 now prints out the matched string after a yield of 0 or 1.
1057 26. Fix infinite loop when /(?<=(*SKIP)ac)a/ is matched against aa.
2195 added property types that matched character-matching opcodes).
3402 it matched the wrong number of bytes.
4361 one application and matched in another.
[all …]
H A DNEWS91 were matched by \h.
162 substrings matched by the 1st and 2nd capturing parentheses. A separating
408 \K to reset the start of the matched string; for example, (foo)\Kbar
409 matches bar preceded by foo, but only sets bar as the matched string.
564 subject string matched part of the regex. This could be useful for testing
H A DHACKING223 The OP_CHAR opcode is followed by a single character that is to be matched
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch3489 + ms->search.rm_len = Z_STRLEN_P(match) /* This is the length of the matched pattern */;
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput210239 (?(1)0 | () ) ) # if null previously matched, fail; else null
14180 Start of matched string is beyond its end - displaying from end to start.
14649 Start of matched string is beyond its end - displaying from end to start.
H A Dtestinput13783 (?(1)0 | () ) ) # if null previously matched, fail; else null
H A Dtestinput22897 (?(1)0 | () ) ) # if null previously matched, fail; else null
H A Dtestoutput16177 (?(1)0 | () ) ) # if null previously matched, fail; else null
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic389 # any string as long as it's not the word none (which is matched below)
1380 # initial string matched. It used to be done with a regex, but we're
17339 # the matched commands seem to be common in REXX and uncommon elsewhere
21883 # byte 0xeb is matched before these get a chance.
H A Dmagic私はガラスを食べられます389 # any string as long as it's not the word none (which is matched below)
1380 # initial string matched. It used to be done with a regex, but we're
17339 # the matched commands seem to be common in REXX and uncommon elsewhere
21883 # byte 0xeb is matched before these get a chance.

Completed in 292 milliseconds