Home
last modified time | relevance | path

Searched refs:match (Results 151 – 175 of 234) sorted by relevance

12345678910

/PHP-8.1/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt48 echo "Error - $line does not match " . LINE_OF_DATA;
H A Dbug60120.phpt77 die('Output does not match input: ' . $output);
/PHP-8.1/ext/opcache/tests/match/
H A D001.phpt13 return match ($char) {
H A D004.phpt13 return match ($value) {
/PHP-8.1/ext/openssl/tests/
H A Dbug54992.phpt60 Warning: stream_socket_client(): Peer certificate CN=`bug54992_actual_peer_name' did not match expe…
H A Dstream_verify_peer_name_003.phpt58 Warning: stream_socket_client(): Peer certificate CN=`stream_verify_peer_name_003' did not match ex…
H A Dopenssl_peer_fingerprint_basic.phpt74 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
/PHP-8.1/ext/imap/tests/
H A DREADME.md7 files will need to be changed to match the local mailserver configuration.
/PHP-8.1/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
/PHP-8.1/ext/standard/tests/strings/
H A Dstripslashes_basic.phpt26 echo "\nError: Original string and string after stripslashes donot match\n";
/PHP-8.1/ext/pcre/tests/
H A Dbug61780_2.phpt2 Bug #61780 (Inconsistent PCRE captures in match results): named subpatterns
/PHP-8.1/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-8.1/sapi/fpm/tests/
H A Dresponse.inc82 "==> does not match the actual body:\n$this->rawBody"
86 "The expected body '$body' does not match actual body '$this->rawBody'"
326 return $this->error("The header $name value '$header' does not match RegExp '$value'");
/PHP-8.1/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-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt417 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
422 The number of variables must match the number of parameters in the prepared statement
423 The number of elements in the type definition string must match the number of bind variables
/PHP-8.1/ext/dom/tests/
H A Dbug80332_1.phpt18 $key_formatted = match ($key) {
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt2 DOMDocument::getElementsByTagNameNS() match any namespace
/PHP-8.1/ext/xsl/tests/
H A Dbug71540.phpt24 <xsl:template match="allusers">
H A Dbug49634.phpt23 <xsl:template match="/">
/PHP-8.1/ext/imap/tests/setup/
H A Dimap_include.inc208 if (preg_match('/\{.*?\}(.*)/', $mailboxName, $match) != 1) {
212 return $match[1];
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c1630 const char *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 const 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-8.1/ext/oci8/tests/
H A Ddetails.inc4 * Please change $user, $password and $dbase to match your configuration.
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt75 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
/PHP-8.1/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 37 milliseconds

12345678910