Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/date/tests/
H A DDateTime_data-massive.inc4 * Note: test names match method names in a set of PHPUnit tests
H A Dbug78055.phpt2 Bug #78055 (DatePeriod's getRecurrences and ->recurrences don't match)
/php-src/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-src/ext/pcre/tests/
H A Dbug66121.phpt2 Bug #66121 - UTF-8 lookbehinds match bytes instead of characters
H A Dlocales.phpt2 Localized match
H A Dbug44925.phpt12 var_dump(preg_grep('/do not match/',$array));
/php-src/ext/openssl/tests/
H A Dbug65729.phpt64 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.te…
73 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.ba…
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytes_expansion.phpt15 return match ($this->count++) {
/php-src/ext/zlib/tests/
H A Ddictionary_usage.phpt30 Warning: inflate_add(): Dictionary does not match expected dictionary (incorrect adler32 hash) in %…
/php-src/ext/xsl/tests/
H A Dbug33853.phpt18 <xsl:template match="/">
H A Dxpath_callables.inc26 <xsl:template match="//a">'
H A Dphp_function_edge_cases.phpt14 <xsl:template match="/">
H A DcloneDocument.phpt21 <xsl:template match="/root">
/php-src/ext/spl/tests/
H A Dunserialize.phpt17 // both should match
/php-src/ext/standard/tests/file/
H A Dfstat_variation8.phpt15 // windows, dev and rdev will not match this is expected
/php-src/ext/xsl/tests/xinclude/
H A Dxinclude.phpt18 <xsl:template match="/root">
/php-src/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt31 Warning: mb_ereg_replace(): mbregex search failure in php_mbereg_replace_exec(): match-stack limit …
H A Dmb_substr_count_variation4.phpt10 * were part of previous match
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc222 echo "from does not match.\n";
226 echo "to does not match.\n";
230 echo "subject does not match.\n";
234 echo "body does not match.\n";
/php-src/ext/zip/tests/
H A Dpecl12414.phpt24 … echo "zip_readfile recorded data does not match unpacked size: " . $zipname . " : " . $filename;
/php-src/ext/dom/tests/
H A Dbug79852.phpt2 Bug #79852: count(DOMNodeList) doesn't match count(IteratorIterator(DOMNodeList))
/php-src/sapi/fuzzer/dict/
H A Dparser33 "match"
/php-src/ext/pdo_pgsql/tests/
H A Dbug70313.phpt39 SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens
/php-src/ext/zip/
H A Dconfig.w3213 if (get_define("LIBS_ZIP").match("libzip_a(?:_debug)?\.lib")) {
/php-src/sapi/cli/tests/
H A D023.phpt15 ; no sections should match as cli doesn't support any

Completed in 35 milliseconds

1234567891011