Home
last modified time | relevance | path

Searched refs:match (Results 126 – 150 of 194) sorted by relevance

12345678

/PHP-7.3/win32/build/
H A Dphpize.js.in63 var calls = contents.match(re_dep_line);
68 if (calls[i].match(re_dep_line)) {
240 calls = modules.match(re);
/PHP-7.3/ext/mbstring/tests/
H A Dmb_ereg_match_error1.phpt11 * Description: Regular expression match for multibyte string
H A Dmb_ereg_variation5.phpt11 * Description: Regular expression match for multibyte string
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 Dmb_ereg_variation2.phpt11 * Description: Regular expression match for multibyte string
H A Dbug43994.phpt11 * Description: Regular expression match for multibyte string
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_peer_fingerprint_basic.phpt73 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
/PHP-7.3/ext/standard/tests/strings/
H A Dstripslashes_basic.phpt31 echo "\nError: Original string and string after stripslashes donot match\n";
/PHP-7.3/ext/imap/tests/
H A Dimap_include.inc188 if (preg_match('/\{.*?\}(.*)/', $mailbox, $match) != 1) {
193 return $match[1];
/PHP-7.3/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.3/ext/pcre/
H A Dphp_pcre.c1580 *match, /* The current match */ in php_pcre_replace_impl() local
1594 match = NULL; in php_pcre_replace_impl()
1651 match = subject + offsets[0]; in php_pcre_replace_impl()
1687 if (match-piece > 0) { in php_pcre_replace_impl()
1689 memcpy(&ZSTR_VAL(result)[result_len], piece, match-piece); in php_pcre_replace_impl()
1690 result_len += (match-piece); in php_pcre_replace_impl()
1819 char *match, /* The current match */ in php_pcre_replace_func_impl() local
1846 match = NULL; in php_pcre_replace_func_impl()
1907 match = subject + offsets[0]; in php_pcre_replace_func_impl()
1926 if (match-piece > 0) { in php_pcre_replace_func_impl()
[all …]
/PHP-7.3/ext/xsl/tests/
H A Dbug71540.phpt23 <xsl:template match="allusers">
H A Dbug54446.phpt22 <xsl:template match="/">
H A Dbug54446_with_ini.phpt22 <xsl:template match="/">
H A Dbug49634.phpt25 <xsl:template match="/">
/PHP-7.3/ext/oci8/tests/
H A Ddetails.inc4 * Please change $user, $password and $dbase to match your configuration.
/PHP-7.3/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-february.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME.md89 * Retry-limit-in-match function enabled by default
101 * NEW: Mechanism of retry-limit-in-match (* disabled by default)
293 |regexec.c |search and match functions |
/PHP-7.3/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.3/sapi/litespeed/
H A DREADME.md93 variable to match the value of "Max Connections". More tunable
116 "Instances" should match "Max Connections" configuration for PHP
119 be set to match the value of "Max Connections" and >1. Web Server will
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c50 private int match(struct magic_set *, struct magic *, uint32_t,
118 if ((rv = match(ms, ml->magic, ml->nmagic, b, 0, mode, in file_softmagic()
175 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match() function
1706 rv = match(ms, ml.magic, ml.nmagic, b, offset + o, in mget()
2051 zval *match, *offset; in magiccheck() local
2052 if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) && in magiccheck()
2054 if (Z_TYPE_P(match) != IS_STRING && Z_TYPE_P(offset) != IS_LONG) { in magiccheck()
2059 ms->search.rm_len = Z_STRLEN_P(match) /* This is the length of the matched pattern */; in magiccheck()
/PHP-7.3/ext/gd/tests/
H A Dbug53504.phpt68 // check if both bboxes match when adding x/y offset:

Completed in 57 milliseconds

12345678