Home
last modified time | relevance | path

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

/PHP-7.4/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.4/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.4/ext/pcre/tests/
H A Dbug41050.phpt11 if (preg_match($regex,$sql, $m)) echo 'matched';
12 else echo 'not matched';
H A Dbug79257.phpt2 Bug #79257: Duplicate named groups (?J) prefer last alternative even if 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.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1969 int matched; in magiccheck() local
2020 matched = 1; in magiccheck()
2044 return matched; in magiccheck()
2053 matched = 1; in magiccheck()
2076 return matched; in magiccheck()
2226 return matched; in magiccheck()
2239 matched = 1; in magiccheck()
2243 matched = v != l; in magiccheck()
2252 matched = v == l; in magiccheck()
2306 matched); in magiccheck()
[all …]
/PHP-7.4/Zend/tests/
H A Dbug50174.phpt2 Bug #50174 (Incorrectly matched docComment)
/PHP-7.4/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.4/ext/pcre/
H A Dphp_pcre.c1269 matched = 0; in php_pcre_match_impl()
1312 matched: in php_pcre_match_impl()
1313 matched++; in php_pcre_match_impl()
1403 goto matched; in php_pcre_match_impl()
1486 RETVAL_LONG(matched); in php_pcre_match_impl()
1683 matched: in php_pcre_replace_impl()
1791 goto matched; in php_pcre_replace_impl()
1937 matched: in php_pcre_replace_func_impl()
2000 goto matched; in php_pcre_replace_func_impl()
2604 matched: in php_pcre_split_impl()
[all …]
/PHP-7.4/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.4/ext/fileinfo/
H A Dlibmagic.patch3580 + ms->search.rm_len = Z_STRLEN_P(match) /* This is the length of the matched pattern */;
/PHP-7.4/
H A DNEWS1065 if not matched). (Nikita)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます453 # any string as long as it's not the word none (which is matched below)
1501 # initial string matched. It used to be done with a regex, but we're
20447 # the matched commands seem to be common in REXX and uncommon elsewhere
25430 # byte 0xeb is matched before these get a chance.
H A Dmagic453 # any string as long as it's not the word none (which is matched below)
1501 # initial string matched. It used to be done with a regex, but we're
20447 # the matched commands seem to be common in REXX and uncommon elsewhere
25430 # byte 0xeb is matched before these get a chance.

Completed in 195 milliseconds