Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/standard/tests/file/
H A Dglob_variation-win32.phpt44 /* 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.phpt47 /* 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 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
610 echo "Error: stat1 do not match with stat2 at key value: $fields[$index]\n";
H A Duserstreams.phpt289 echo "SEEK: positions do not match!\n";
/PHP-7.4/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-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt393 Warning: mysqli_stmt_bind_param(): Number of elements in type definition string doesn't match numbe…
395 Warning: mysqli_stmt_bind_param(): Number of elements in type definition string doesn't match numbe…
397 Warning: mysqli_stmt_bind_param(): Number of variables doesn't match number of parameters in prepar…
399 Warning: mysqli_stmt_bind_param(): Number of elements in type definition string doesn't match numbe…
H A Dmysqli_stmt_field_count.phpt97 Warning: mysqli_stmt_bind_param(): Number of variables doesn't match number of parameters in prepar…
H A Dmysqli_stmt_bind_result.phpt326 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
328 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
/PHP-7.4/ext/date/tests/
H A DDateTime_data-spring-type2-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type2-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type2-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type3-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type3-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.4/ext/xsl/tests/
H A Dbug70078.phpt29 <xsl:template match="root">
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc108 echo "ERROR: Expected body does not match pattern\n";
H A Dlogtool.inc275 "The actual string(%d) does not match expected string(%d):\n",
371 "The $type does not match expected message:\n" .
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt86 echo "The new encoding error doesn't match the expected one\n";
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c546 const struct Format* match = NULL; in compute_format() local
552 match = b; in compute_format()
557 return match; in compute_format()
571 const struct Format* match = compute_format(); in assign_pipes() local
573 if (match == NULL) in assign_pipes()
589 inst_buf[i].pipe = match->pipe[i]; in assign_pipes()
593 if (inst_buf_index == 2 && !tilegx_is_x_pipeline(match->pipe[0])) { in assign_pipes()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3269 private int match(struct magic_set *, struct magic *, uint32_t,
3554 + /* match v = 0, no match v = 1 */
3564 + /* Need to fetch global match which equals pmatch[0] */
3570 + 0 = the match
3571 + 1 = starting position of the match */
3572 + zval *match, *offset;
3573 + if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) &&
3575 + if (Z_TYPE_P(match) != IS_STRING && Z_TYPE_P(offset) != IS_LONG) {
3578 + ms->search.s += Z_LVAL_P(offset); /* this is where the match starts */
3579 + ms->search.offset += Z_LVAL_P(offset); /* this is where the match starts as size_t */
[all …]
/PHP-7.4/Zend/
H A Dzend_vm_gen.php989 foreach ($matches as $match) {
990 $code = preg_replace('/'.preg_quote($match[0],'/').'/', "\$D$n", $code);
997 foreach ($matches as $match) {
998 $dcl = $match[0];
H A Dzend_strtod.c1598 match in match() function
2736 if (match(&s,"nf")) {
2738 if (!match(&s,"inity"))
2747 if (match(&s, "an")) {
/PHP-7.4/ext/standard/tests/strings/
H A Dstripslashes_variation2.phpt101 echo "\nError: Original string and string from stripslash() donot match\n";
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re196 …pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of…
/PHP-7.4/
H A Drun-tests.php2509 if (!empty($uses_cgi) && preg_match("/^(.*?)\r?\n\r?\n(.*)/s", $out, $match)) {
2510 $output = trim($match[2]);
2511 $rh = preg_split("/[\n\r]+/", $match[1]);
/PHP-7.4/sapi/fpm/
H A Dconfig.m4535 usually be set to match the fpm username (default: nobody)])],

Completed in 78 milliseconds

1234567