Home
last modified time | relevance | path

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

/php-src/Zend/tests/match/
H A D017.phpt55 string(11) "Not matched"
57 string(11) "Not matched"
59 string(11) "Not matched"
61 string(11) "Not matched"
63 string(11) "Not matched"
65 string(11) "Not matched"
67 string(11) "Not matched"
69 string(11) "Not matched"
71 string(11) "Not matched"
73 string(11) "Not matched"
[all …]
/php-src/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-src/ext/odbc/tests/
H A Dbug68087.phpt32 print "Date_1 matched\n";
38 print "Date_2 matched\n";
54 Date_1 matched
55 Date_2 matched
H A Dbug60616.phpt57 print "EUC-JP matched\n";
65 print "ASCII matched\n";
84 EUC-JP matched
85 ASCII matched
/php-src/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.phpt14 …e as first example but the array created contains everything that is NOT matched but the regex (ma…
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2091 int matched; in magiccheck() local
2149 matched = 1; in magiccheck()
2173 return matched; in magiccheck()
2182 matched = 1; in magiccheck()
2206 return matched; in magiccheck()
2362 return matched; in magiccheck()
2379 matched = 1; in magiccheck()
2383 matched = v != l; in magiccheck()
2392 matched = v == l; in magiccheck()
2446 matched); in magiccheck()
[all …]
/php-src/Zend/tests/
H A Dbug50174.phpt2 Bug #50174 (Incorrectly matched docComment)
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.c574 const phpdbg_command_t *matched[3] = {NULL, NULL, NULL}; in phpdbg_stack_resolve() local
582 matched[matches] = command; in phpdbg_stack_resolve()
591 matched[matches] = command; in phpdbg_stack_resolve()
621 command = matched[0]; in phpdbg_stack_resolve()
631 list = emalloc(matched[it]->name_len + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0)); in phpdbg_stack_resolve()
633 …list = erealloc(list, (pos + matched[it]->name_len) + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0… in phpdbg_stack_resolve()
635 memcpy(&list[pos], matched[it]->name, matched[it]->name_len); in phpdbg_stack_resolve()
636 pos += matched[it]->name_len; in phpdbg_stack_resolve()
/php-src/ext/pcntl/tests/
H A Dpcntl_setpriority_error_linux.phpt28 …ror 1: A process was located, but neither its effective nor real user ID matched the effective use…
H A Dpcntl_setpriority_error_darwin.phpt49 …ror 1: A process was located, but neither its effective nor real user ID matched the effective use…
/php-src/ext/pcre/
H A Dphp_pcre.c1222 matched = 0; in php_pcre_match_impl()
1273 matched: in php_pcre_match_impl()
1274 matched++; in php_pcre_match_impl()
1368 goto matched; in php_pcre_match_impl()
1457 RETVAL_LONG(matched); in php_pcre_match_impl()
1674 matched: in php_pcre_replace_impl()
1779 goto matched; in php_pcre_replace_impl()
1927 matched: in php_pcre_replace_func_impl()
1988 goto matched; in php_pcre_replace_func_impl()
2636 matched: in php_pcre_split_impl()
[all …]
/php-src/ext/dom/tests/modern/spec/
H A DHTMLDocument_getElementsByTagName.phpt31 // This will match both 6 and 7. 7 is now matched because the casing is right.
/php-src/ext/mbstring/tests/
H A Dmb_substr_count.phpt58 // cached data), and both of those codepoints matched a 1-codepoint needle
/php-src/ext/standard/tests/strings/
H A Dstr_replace_variation1.phpt12 /* loop through to replace the matched elements in the array */
H A Dhtmlentities_html4.phpt55 echo "Not matched entities: ";
/php-src/sapi/fpm/tests/
H A Dlogtool.inc372 * Check whether matched message part matches the expected message.
376 … * @param bool $isLine Whether the whole log line is provided as a matched message.
406 "Message matched",
H A Dresponse.inc176 "No field $fieldName matched pattern $pattern for any process in status data '$rawData'"
/php-src/sapi/fpm/
H A Dwww.conf.in364 ; Note: The paths are matched against the output of the access.format tag "%r".
/php-src/ext/fileinfo/
H A Dlibmagic.patch3363 + ms->search.rm_len = Z_STRLEN_P(match) /* This is the length of the matched pattern */;
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます638 # any string as long as it's not the word none (which is matched below)
1788 # initial string matched. It used to be done with a regex, but we're
16650 # (<tag>'s already been matched prior to calling)
26745 # the matched commands seem to be common in REXX and uncommon elsewhere
34929 # byte 0xeb is matched before these get a chance.
H A Dmagic638 # any string as long as it's not the word none (which is matched below)
1788 # initial string matched. It used to be done with a regex, but we're
16650 # (<tag>'s already been matched prior to calling)
26745 # the matched commands seem to be common in REXX and uncommon elsewhere
34929 # byte 0xeb is matched before these get a chance.

Completed in 349 milliseconds