Home
last modified time | relevance | path

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

/PHP-5.3/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-5.3/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-5.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1696 int matched; local
1744 matched = 1;
1764 matched = 0;
1769 return matched;
1778 matched = 1;
1798 matched = 0;
2014 matched = 1;
2076 matched);
2086 matched);
2090 matched = 0;
[all …]
/PHP-5.3/Zend/tests/
H A Dbug50174.phpt2 Bug #50174 (Incorrectly matched docComment)
/PHP-5.3/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-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1358 is matched against the string
1797 pattern is compiled, or when it is matched.
1919 tern is compiled or matched.
3297 The string to be matched by pcre_exec()
4017 is matched against the string
4021 the three matched strings are
5693 matched against the pattern
5752 ber have matched.
6472 of them has matched.
9176 of the string, not how it is matched.
[all …]
/PHP-5.3/ext/bcmath/libbcmath/
H A Daclocal.m469 # If neither matched, then we have a broken ls. This can happen
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c547 int matched; /* Has anything matched */ in php_pcre_match_impl() local
628 matched = 0; in php_pcre_match_impl()
647 matched++; in php_pcre_match_impl()
768 RETVAL_LONG(matched); in php_pcre_match_impl()
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog31 (a) There is now no limit to the number of patterns to be matched.
81 substrings matched by the 1st and 2nd capturing parentheses. A separating
105 whose other case is greater than 256 are now correctly matched
506 2. If a pattern such as /(a)b|ac/ is matched against "ac", there is no
513 such as /(a)(b)x|abc/ matched against "abc", where the return code
712 matched two bytes, thus causing the minimum subject length to be
748 (?(?=(a))a) was matched against "a", no capturing was returned.
1073 added property types that matched character-matching opcodes).
2279 it matched the wrong number of bytes.
3238 one application and matched in another.
[all …]
H A DNEWS36 substrings matched by the 1st and 2nd capturing parentheses. A separating
282 \K to reset the start of the matched string; for example, (foo)\Kbar
283 matches bar preceded by foo, but only sets bar as the matched string.
438 subject string matched part of the regex. This could be useful for testing
H A DHACKING210 The OP_CHAR opcode is followed by a single character that is to be matched
/PHP-5.3/ext/ereg/regex/
H A DWHATSNEW5 the bug was that something like a?b matching ab matched b rather than ab.
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE222 (When not matched, a group of the small number is referred to.)
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput22886 (?(1)0 | () ) ) # if null previously matched, fail; else null
H A Dtestinput13783 (?(1)0 | () ) ) # if null previously matched, fail; else null
H A Dtestoutput16172 (?(1)0 | () ) ) # if null previously matched, fail; else null
H A Dtestoutput210158 (?(1)0 | () ) ) # if null previously matched, fail; else null
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch3146 + ms->search.rm_len = Z_STRLEN_P(pattern_match) /* This is the length of the matched pattern *…
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1071 # initial string matched. It used to be done with a regex, but we're
10925 # the matched commands seem to be common in REXX and uncommon elsewhere
13468 # byte 0xeb is matched before these get a chance.
/PHP-5.3/
H A DNEWS2298 - Fixed bug #50174 (Incorrectly matched docComment). (Felipe)

Completed in 190 milliseconds