Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/pcre/tests/
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.4/Zend/tests/
H A Dbug61782.phpt2 Bug #61782 (__clone/__destruct do not match other methods when checking access controls)
/PHP-7.4/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 Dbug72691.phpt2 Bug #72691 (mb_ereg_search raises a warning if a match zero-width)
H A Dmb_ereg_variation4.phpt11 * Description: Regular expression match for multibyte string
16 * Test how character classes match a multibyte string
H A Dbug72693.phpt2 Bug #72693 (mb_ereg_search increments search position when a match zero-width)
H A Dmbregex_stack_limit2.phpt30 Warning: mb_ereg_replace(): mbregex search failure in php_mbereg_replace_exec(): match-stack limit …
/PHP-7.4/ext/reflection/tests/
H A Drequest38992.phpt2 Request #38992 (invoke() and invokeArgs() static method calls should match)
/PHP-7.4/ext/date/tests/
H A DDateTime_data-massive.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.4/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…
H A Dbug33853.phpt21 <xsl:template match="/">
/PHP-7.4/ext/pdo_mysql/tests/
H A DREADME.md32 `PDO_MYSQL_TEST_DSN`, the values must match. That is, for example, for
/PHP-7.4/ext/standard/tests/file/
H A Dfstat_variation8.phpt15 // windows, dev and rdev will not match this is expected
/PHP-7.4/ext/spl/tests/
H A Dunserialize.phpt17 // both should match
/PHP-7.4/ext/zip/
H A Dconfig.w3212 if (get_define("LIBS_ZIP").match("libzip_a(?:_debug)?\.lib")) {
/PHP-7.4/ext/openssl/tests/
H A Dbug65729.phpt63 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.te…
72 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.ba…
/PHP-7.4/ext/standard/
H A Dscanf.c241 int i, match = 0; in CharInSet() local
245 match = 1; in CharInSet()
249 if (!match) { in CharInSet()
253 match = 1; in CharInSet()
258 return (cset->exclude ? !match : match); in CharInSet()
/PHP-7.4/ext/zlib/tests/
H A Ddictionary_usage.phpt31 Warning: inflate_add(): dictionary does not match expected dictionary (incorrect adler32 hash) in %…
/PHP-7.4/ext/standard/tests/strings/
H A Dstrpos_number.phpt5 // Integer is handles as an octal representation, so nothing to match
/PHP-7.4/ext/oci8/tests/
H A Dcoll_009.phpt41 Warning: OCI-Collection::append(): OCI-01861: literal does not match format string in %s on line %d
H A Dcoll_009_func.phpt41 Warning: oci_collection_append(): OCI-01861: literal does not match format string in %s on line %d
/PHP-7.4/ext/zip/tests/
H A Dpecl12414.phpt23 echo "zip_readfile recorded data does not match unpacked size: " . $zipname . " : " . $filename;

Completed in 27 milliseconds

1234567