Home
last modified time | relevance | path

Searched refs:match (Results 176 – 200 of 234) sorted by relevance

12345678910

/PHP-8.1/ext/xsl/tests/
H A Dbug54446.phpt20 <xsl:template match="/">
H A Dbug54446_with_ini.phpt20 <xsl:template match="/">
H A Dbug70078.phpt27 <xsl:template match="root">
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt69 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
H A Dpdo_mysql_prepare_native_named_placeholder.phpt86 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_field_count.phpt101 The number of variables must match the number of parameters in the prepared statement
H A Dmysqli_stmt_bind_result.phpt316 Number of bind variables doesn't match number of fields in prepared statement
317 Number of bind variables doesn't match number of fields in prepared statement
/PHP-8.1/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt2 Test mb_ereg() function : usage variations - match special characters
/PHP-8.1/ext/standard/tests/file/
H A Dglob_variation.phpt43 /* loop through $patterns to match each $pattern with the files created
74 /* loop through $patterns to match each $pattern with the directories created
H A Dglob_variation-win32.phpt40 /* loop through $patterns to match each $pattern with the files created
71 /* loop through $patterns to match each $pattern with the directories created
H A Dglob_variation-win32-mb.phpt41 /* loop through $patterns to match each $pattern with the files created
72 /* loop through $patterns to match each $pattern with the directories created
H A Dfile.inc531 Returns: true when all of them match, false otherwise
551 echo "Error: stat[$key] doesn't match with stat[$str_key]\n";
560 // if the $return_value is false, i.e all the element do not match then
613 echo "Error: stat1 do not match with stat2 at key value: $fields[$index]\n";
/PHP-8.1/sapi/fpm/tests/
H A Dstatus.inc109 echo "ERROR: Expected body does not match pattern\n";
248 echo "ERROR: Expected body does not match pattern\n";
/PHP-8.1/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-8.1/ext/gd/tests/
H A Dbug53504.phpt69 // check if both bboxes match when adding x/y offset:
/PHP-8.1/ext/date/tests/
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
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-spring-type2-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-8.1/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 doesn't match any fi…
/PHP-8.1/ext/pcre/tests/
H A Dbug76514.phpt495 (?P<property>'.preg_quote('"require"').'\s*:\s*)(?P<value>(?&json))(?P<end>.*)}sx', $str, $match);
497 var_dump($res, $match['value'] ?? null, preg_last_error() == PREG_JIT_STACKLIMIT_ERROR);
/PHP-8.1/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()
202 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match() function
1881 rv = match(ms, ml.magic, ml.nmagic, b, offset + o, in mget()
2280 zval *match, *offset; in magiccheck() local
2281 if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) && in magiccheck()
2283 if (Z_TYPE_P(match) != IS_STRING && Z_TYPE_P(offset) != IS_LONG) { in magiccheck()
2288 ms->search.rm_len = Z_STRLEN_P(match) /* This is the length of the matched pattern */; in magiccheck()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch3081 private int match(struct magic_set *, struct magic *, uint32_t,
3109 * Go through the whole list, stopping if you find a match. Process all
3110 * the continuations of that match before returning.
3214 return *returnval; /* This is hit if -k is set or there is no match */
3421 + /* match v = 0, no match v = 1 */
3435 + /* Need to fetch global match which equals pmatch[0] */
3441 + 0 = the match
3442 + 1 = starting position of the match */
3443 + zval *match, *offset;
3444 + if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) &&
[all …]

Completed in 40 milliseconds

12345678910