/PHP-7.0/ext/dom/tests/ |
H A D | bug46335.phpt | 18 $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.0/ext/odbc/tests/ |
H A D | bug68087.phpt | 33 print "Date_1 matched\n"; 39 print "Date_2 matched\n"; 46 Date_1 matched 47 Date_2 matched
|
H A D | bug60616.phpt | 46 print "EUC-JP matched\n"; 54 print "ASCII matched\n"; 63 EUC-JP matched 64 ASCII matched
|
/PHP-7.0/ext/pcre/tests/ |
H A D | bug41050.phpt | 11 if (preg_match($regex,$sql, $m)) echo 'matched'; 12 else echo 'not matched';
|
H A D | preg_grep_basic.phpt | 15 …e as first example but the array created contains everything that is NOT matched but the regex (ma…
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1849 int matched; in magiccheck() local 1900 matched = 1; in magiccheck() 1924 return matched; in magiccheck() 1933 matched = 1; in magiccheck() 1956 return matched; in magiccheck() 2091 matched = 1; in magiccheck() 2095 matched = v != l; in magiccheck() 2103 matched = v == l; in magiccheck() 2153 matched); in magiccheck() 2163 matched); in magiccheck() [all …]
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 575 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.0/Zend/tests/ |
H A D | bug50174.phpt | 2 Bug #50174 (Incorrectly matched docComment)
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | str_replace_variation1.phpt | 20 /* loop through to replace the matched elements in the array */
|
H A D | htmlentities_html4.phpt | 55 echo "Not matched entities: ";
|
H A D | str_replace.phpt | 40 /* loop through to replace the matched elements in the array */
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1392 is matched against the string 1850 pattern is compiled, or when it is matched. 1973 tern is compiled or matched. 3455 The string to be matched by pcre_exec() 4183 is matched against the string 4187 the three matched strings are 6075 matched against the pattern 6134 ber have matched. 6860 of them has matched. 9717 of the string, not how it is matched. [all …]
|
/PHP-7.0/ext/bcmath/libbcmath/ |
H A D | aclocal.m4 | 69 # If neither matched, then we have a broken ls. This can happen
|
/PHP-7.0/ext/pcre/ |
H A D | php_pcre.c | 722 int matched; /* Has anything matched */ in php_pcre_match_impl() local 811 matched = 0; in php_pcre_match_impl() 830 matched++; in php_pcre_match_impl() 868 add_index_string(&marks, matched - 1, (char *) mark); in php_pcre_match_impl() 1023 RETVAL_LONG(matched); in php_pcre_match_impl()
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | ChangeLog | 171 that should not have been matched. 188 pattern /(x)|((*ACCEPT))/ when matched against "abcd". 604 matched by pcre_exec() without using JIT: 825 now prints out the matched string after a yield of 0 or 1. 871 26. Fix infinite loop when /(?<=(*SKIP)ac)a/ is matched against aa. 1648 matched two bytes, thus causing the minimum subject length to be 1684 (?(?=(a))a) was matched against "a", no capturing was returned. 2009 added property types that matched character-matching opcodes). 3216 it matched the wrong number of bytes. 4175 one application and matched in another. [all …]
|
H A D | NEWS | 70 were matched by \h. 141 substrings matched by the 1st and 2nd capturing parentheses. A separating 387 \K to reset the start of the matched string; for example, (foo)\Kbar 388 matches bar preceded by foo, but only sets bar as the matched string. 543 subject string matched part of the regex. This could be useful for testing
|
H A D | HACKING | 223 The OP_CHAR opcode is followed by a single character that is to be matched
|
/PHP-7.0/ext/mbstring/oniguruma/doc/ |
H A D | RE | 258 (When not matched, a group of the small number is referred to.)
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 3631 + ms->search.rm_len = Z_STRLEN_P(match) /* This is the length of the matched pattern */;
|
/PHP-7.0/ext/pcre/pcrelib/testdata/ |
H A D | testinput1 | 3783 (?(1)0 | () ) ) # if null previously matched, fail; else null
|
H A D | testinput2 | 2897 (?(1)0 | () ) ) # if null previously matched, fail; else null
|
H A D | testoutput2 | 10239 (?(1)0 | () ) ) # if null previously matched, fail; else null 14180 Start of matched string is beyond its end - displaying from end to start.
|
H A D | testoutput1 | 6177 (?(1)0 | () ) ) # if null previously matched, fail; else null
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 391 # any string as long as it's not the word none (which is matched below) 1365 # initial string matched. It used to be done with a regex, but we're 14409 # the matched commands seem to be common in REXX and uncommon elsewhere 18335 # byte 0xeb is matched before these get a chance.
|