Home
last modified time | relevance | path

Searched refs:match (Results 101 – 125 of 162) sorted by relevance

1234567

/PHP-7.4/ext/pcre/tests/
H A Dbug61780_2.phpt2 Bug #61780 (Inconsistent PCRE captures in match results): named subpatterns
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc188 if (preg_match('/\{.*?\}(.*)/', $mailbox, $match) != 1) {
193 return $match[1];
/PHP-7.4/win32/build/
H A Dphpize.js.in63 var calls = contents.match(re_dep_line);
68 if (calls[i].match(re_dep_line)) {
246 calls = modules.match(re);
/PHP-7.4/win32/
H A Dglob.c155 static int match(Char *, Char *, Char *);
674 if (!match(pathend, pattern, restpattern)) {
765 match(name, pat, patend) in match() function
778 if (match(name, pat, patend))
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation1.phpt11 * Description: Regular expression match for multibyte string
H A Dmb_ereg_basic.phpt11 * Description: Regular expression match for multibyte string
H A Dbug43994.phpt11 * Description: Regular expression match for multibyte string
/PHP-7.4/ext/xsl/tests/
H A Dbug71540.phpt23 <xsl:template match="allusers">
H A Dbug54446.phpt22 <xsl:template match="/">
H A Dbug49634.phpt25 <xsl:template match="/">
H A Dbug54446_with_ini.phpt22 <xsl:template match="/">
/PHP-7.4/ext/oci8/tests/
H A Ddetails.inc4 * Please change $user, $password and $dbase to match your configuration.
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1629 *match, /* The current match */ in php_pcre_replace_impl() local
1643 match = NULL; in php_pcre_replace_impl()
1700 match = subject + offsets[0]; in php_pcre_replace_impl()
1736 if (match-piece > 0) { in php_pcre_replace_impl()
1738 memcpy(&ZSTR_VAL(result)[result_len], piece, match-piece); in php_pcre_replace_impl()
1739 result_len += (match-piece); in php_pcre_replace_impl()
1866 char *match, /* The current match */ in php_pcre_replace_func_impl() local
1893 match = NULL; in php_pcre_replace_func_impl()
1954 match = subject + offsets[0]; in php_pcre_replace_func_impl()
1974 if (match-piece > 0) { in php_pcre_replace_func_impl()
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug43452.phpt39 // Now the same where the current day-of-week does not match the one in the
H A Dbug73858.phpt24 Next we will try mix/match the code to see what happens, surprisingly it seems that the end date ($…
H A DDateTime_data-spring-type2-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-spring-type3-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-spring-type3-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-february.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt74 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
/PHP-7.4/sapi/litespeed/
H A DREADME.md94 set to "1". Add "LSAPI_CHILDREN" environment variable to match the value of
115 match "Max Connections" configuration for PHP external application. To start
117 `LSAPI_CHILDREN` environment variable should be set to match the value of "Max
/PHP-7.4/ext/gd/tests/
H A Dbug53504.phpt68 // check if both bboxes match when adding x/y offset:
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c50 private int match(struct magic_set *, struct magic *, uint32_t,
138 if ((rv = match(ms, ml->magic, ml->nmagic, b, 0, mode, in file_softmagic()
200 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match() function
1802 rv = match(ms, ml.magic, ml.nmagic, b, offset + o, in mget()
2186 zval *match, *offset; in magiccheck() local
2187 if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) && in magiccheck()
2189 if (Z_TYPE_P(match) != IS_STRING && Z_TYPE_P(offset) != IS_LONG) { in magiccheck()
2194 ms->search.rm_len = Z_STRLEN_P(match) /* This is the length of the matched pattern */; in magiccheck()
/PHP-7.4/ext/spl/tests/
H A Dbug55701.phpt7 // Some methods of GlobIterator do not throw a RuntimeException when the glob pattern doesn't match
8 // Most methods of GlobIterator throw a RuntimeException when the glob pattern does't match any file
/PHP-7.4/ext/standard/tests/file/
H A Dglob_variation-win32-mb.phpt45 /* loop through $patterns to match each $pattern with the files created
72 /* loop through $patterns to match each $pattern with the directories created

Completed in 48 milliseconds

1234567