Home
last modified time | relevance | path

Searched refs:match (Results 51 – 75 of 194) sorted by relevance

12345678

/PHP-7.3/ext/xsl/tests/53965/
H A Dcollection.xsl7 <xsl:template match="collection">
/PHP-7.3/ext/pcre/tests/
H A Dcache_limit.phpt17 die('non match. error');
H A Dbug70232.phpt2 Bug #70232 (Incorrect bump-along behavior with \K and empty string match)
H A Dstudy.phpt14 // try to trigger usual "match known text" optimization
H A Dlocales.phpt2 Localized match
H A Dbug66121.phpt2 Bug #66121 - UTF-8 lookbehinds match bytes instead of characters
/PHP-7.3/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt11 * Description: Regular expression match for multibyte string
16 * Testing the following regular expression features match correctly:
H A Dmb_ereg_variation4.phpt11 * Description: Regular expression match for multibyte string
16 * Test how character classes match a multibyte string
H A Dbug72691.phpt2 Bug #72691 (mb_ereg_search raises a warning if a match zero-width)
H A Dbug72693.phpt2 Bug #72693 (mb_ereg_search increments search position when a match zero-width)
H A Dmbregex_stack_limit2.phpt27 Warning: mb_ereg_replace(): mbregex search failure in php_mbereg_replace_exec(): match-stack limit …
/PHP-7.3/ext/openssl/tests/
H A Dbug65729.phpt48 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.te…
57 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.ba…
/PHP-7.3/ext/standard/tests/file/
H A Dchmod_basic.phpt24 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dchmod_variation1.phpt22 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dfstat_variation8.phpt15 // windows, dev and rdev will not match this is expected
/PHP-7.3/Zend/tests/
H A Dbug61782.phpt2 Bug #61782 (__clone/__destruct do not match other methods when checking access controls)
/PHP-7.3/ext/reflection/tests/
H A Drequest38992.phpt2 Request #38992 (invoke() and invokeArgs() static method calls should match)
/PHP-7.3/ext/date/tests/
H A DDateTime_data-massive.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.3/ext/xsl/tests/
H A Dbug70535.phpt12 …sion="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="root"><xsl:text>s…
/PHP-7.3/ext/pdo_mysql/tests/
H A DREADME15 part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example,
/PHP-7.3/ext/standard/
H A Dscanf.c243 int i, match = 0; in CharInSet() local
247 match = 1; in CharInSet()
251 if (!match) { in CharInSet()
255 match = 1; in CharInSet()
260 return (cset->exclude ? !match : match); in CharInSet()
/PHP-7.3/ext/zip/
H A Dconfig.w3212 if (get_define("LIBS_ZIP").match("libzip_a(?:_debug)?\.lib")) {
/PHP-7.3/ext/spl/tests/
H A Dunserialize.phpt17 // both should match
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.API.ja78 1 mp: match-paramアドレス
89 1 mp: match-paramアドレス
228 retry-limit-in-matchのためのリトライカウンタの現在値を返す。
/PHP-7.3/sapi/fpm/tests/
H A Dresponse.inc81 "==> does not match the actual body:\n$this->rawBody"
85 "The expected body '$body' does not match actual body '$this->rawBody'"
205 return $this->error("The header $name value '$header' does not match RegExp '$value'");

Completed in 37 milliseconds

12345678