Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/xsl/tests/
H A Dbug71571_a.phpt13 <xsl:template match="/">
H A Dspecial_operations_with_properties.phpt20 <xsl:template match="/root">
H A DsetParameter_exceptions_test.phpt13 …ransform"><xsl:output method="text"/><xsl:param name="foo"/><xsl:template match="/"><xsl:value-of …
H A Dbug71571_b.phpt13 <xsl:template match="/">
H A Dbug71540.phpt24 <xsl:template match="allusers">
/php-src/ext/opcache/tests/match/
H A D001.phpt14 return match ($char) {
H A D004.phpt14 return match ($value) {
/php-src/ext/dom/tests/modern/spec/
H A DXMLDocument_getElementsByTagName.phpt19 $container->appendChild(createElementNS($dom, "urn:a", "foo:HTML", "7")); // Should never match in …
/php-src/win32/
H A Dglob.c155 static int match(Char *, Char *, Char *);
644 if (!match(pathend, pattern, restpattern)) { in glob3()
730 static int match(Char *name, Char *pat, Char *patend) in match() function
742 if (match(name, pat, patend)) in match()
/php-src/sapi/fpm/tests/
H A Dresponse.inc139 "==> does not match the actual body:\n$this->rawBody"
143 "The expected body '$body' does not match actual body '$this->rawBody'"
248 … "The expected error pattern $errorMessagePattern does not match the returned error '$errorData'"
417 return $this->error("The header $name value '$header' does not match RegExp '$value'");
/php-src/ext/standard/tests/strings/
H A Dstripslashes_basic.phpt26 echo "\nError: Original string and string after stripslashes donot match\n";
/php-src/ext/openssl/tests/
H A Dopenssl_peer_fingerprint_basic.phpt74 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
/php-src/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt12 * Testing the following regular expression features match correctly:
H A Dmb_ereg_variation4.phpt12 * Test how character classes match a multibyte string
H A Dmb_stripos.phpt107 // So invalid byte sequences would match the substitute char, both from haystack
114 // However, invalid byte sequences can still match invalid byte sequences:
/php-src/ext/standard/tests/file/
H A Dbug60120.phpt74 die('Output does not match input: ' . $output);
/php-src/ext/pcre/tests/
H A Dbug61780_2.phpt2 Bug #61780 (Inconsistent PCRE captures in match results): named subpatterns
/php-src/win32/build/
H A Dphpize.js.in61 var calls = contents.match(re_dep_line);
66 if (calls[i].match(re_dep_line)) {
244 calls = modules.match(re);
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt415 The number of variables must match the number of parameters in the prepared statement
417 The number of elements in the type definition string must match the number of bind variables
418 The number of variables must match the number of parameters in the prepared statement
419 The number of elements in the type definition string must match the number of bind variables
420 The number of variables must match the number of parameters in the prepared statement
421 The number of elements in the type definition string must match the number of bind variables
/php-src/ext/dom/tests/
H A Dbug80332_1.phpt18 $key_formatted = match ($key) {
H A Dbug80927.phpt35 match ($variation) {
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt2 DOMDocument::getElementsByTagNameNS() match any namespace
/php-src/ext/pdo/tests/
H A Dpdo_test.inc78 match ($db->getAttribute(PDO::ATTR_DRIVER_NAME)) {
/php-src/ext/pcre/
H A Dphp_pcre.c1618 const char *match, /* The current match */ in php_pcre_replace_impl() local
1631 match = NULL; in php_pcre_replace_impl()
1689 match = subject + offsets[0]; in php_pcre_replace_impl()
1725 if (match-piece > 0) { in php_pcre_replace_impl()
1727 memcpy(&ZSTR_VAL(result)[result_len], piece, match-piece); in php_pcre_replace_impl()
1728 result_len += (match-piece); in php_pcre_replace_impl()
1853 const char *match, /* The current match */ in php_pcre_replace_func_impl() local
1880 match = NULL; in php_pcre_replace_func_impl()
1942 match = subject + offsets[0]; in php_pcre_replace_func_impl()
1962 if (match-piece > 0) { in php_pcre_replace_func_impl()
[all …]
/php-src/ext/date/tests/
H A Dbug43452.phpt39 // Now the same where the current day-of-week does not match the one in the

Completed in 48 milliseconds

1234567891011