Searched refs:matched (Results 1 – 18 of 18) sorted by relevance
/PHP-8.1/Zend/tests/match/ |
H A D | 017.phpt | 55 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-8.1/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-8.1/ext/odbc/tests/ |
H A D | bug68087.phpt | 35 print "Date_1 matched\n"; 41 print "Date_2 matched\n"; 48 Date_1 matched 49 Date_2 matched
|
H A D | bug60616.phpt | 48 print "EUC-JP matched\n"; 56 print "ASCII matched\n"; 65 EUC-JP matched 66 ASCII matched
|
/PHP-8.1/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 | bug79257.phpt | 2 Bug #79257: Duplicate named groups (?J) prefer last alternative even if not matched
|
H A D | preg_grep_basic.phpt | 14 …e as first example but the array created contains everything that is NOT matched but the regex (ma…
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 2062 int matched; in magiccheck() local 2114 matched = 1; in magiccheck() 2138 return matched; in magiccheck() 2147 matched = 1; in magiccheck() 2170 return matched; in magiccheck() 2321 return matched; in magiccheck() 2338 matched = 1; in magiccheck() 2342 matched = v != l; in magiccheck() 2351 matched = v == l; in magiccheck() 2405 matched); in magiccheck() [all …]
|
/PHP-8.1/Zend/tests/ |
H A D | bug50174.phpt | 2 Bug #50174 (Incorrectly matched docComment)
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 573 const phpdbg_command_t *matched[3] = {NULL, NULL, NULL}; in phpdbg_stack_resolve() local 581 matched[matches] = command; in phpdbg_stack_resolve() 590 matched[matches] = command; in phpdbg_stack_resolve() 620 command = matched[0]; in phpdbg_stack_resolve() 630 list = emalloc(matched[it]->name_len + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0)); in phpdbg_stack_resolve() 632 …list = erealloc(list, (pos + matched[it]->name_len) + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0… in phpdbg_stack_resolve() 634 memcpy(&list[pos], matched[it]->name, matched[it]->name_len); in phpdbg_stack_resolve() 635 pos += matched[it]->name_len; in phpdbg_stack_resolve()
|
/PHP-8.1/ext/pcre/ |
H A D | php_pcre.c | 1275 matched = 0; in php_pcre_match_impl() 1318 matched: in php_pcre_match_impl() 1319 matched++; in php_pcre_match_impl() 1409 goto matched; in php_pcre_match_impl() 1492 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() 2608 matched: in php_pcre_split_impl() [all …]
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | str_replace_variation1.phpt | 12 /* loop through to replace the matched elements in the array */
|
H A D | htmlentities_html4.phpt | 55 echo "Not matched entities: ";
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | logtool.inc | 372 * 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 D | response.inc | 119 "No field $fieldName matched pattern $pattern for any process in status data '$rawData'"
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 3179 * This continuation matched. Print 3451 + ms->search.rm_len = Z_STRLEN_P(match) /* This is the length of the matched pattern */;
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 561 # any string as long as it's not the word none (which is matched below) 1725 # initial string matched. It used to be done with a regex, but we're 23081 # the matched commands seem to be common in REXX and uncommon elsewhere 30103 # byte 0xeb is matched before these get a chance.
|
H A D | magic私はガラスを食べられます | 561 # any string as long as it's not the word none (which is matched below) 1725 # initial string matched. It used to be done with a regex, but we're 23081 # the matched commands seem to be common in REXX and uncommon elsewhere 30103 # byte 0xeb is matched before these get a chance.
|
Completed in 220 milliseconds