Home
last modified time | relevance | path

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

12345678910

/PHP-8.1/ext/oci8/tests/
H A Dcoll_009.phpt43 Warning: OCICollection::append(): OCI-01861: literal does not match format string in %s on line %d
H A Dcoll_009_func.phpt43 Warning: oci_collection_append(): OCI-01861: literal does not match format string in %s on line %d
/PHP-8.1/ext/dom/tests/
H A Dbug79852.phpt2 Bug #79852: count(DOMNodeList) doesn't match count(IteratorIterator(DOMNodeList))
H A Dbug80332_2.phpt14 $key_formatted = match ($key) {
/PHP-8.1/ext/mbstring/tests/
H A Dmb_substr_count_variation4.phpt10 * were part of previous match
H A Dmb_ereg_match_basic.phpt26 //will return false as pattern would match half way through string
/PHP-8.1/ext/xsl/tests/
H A Dthrow_in_autoload.phpt18 <xsl:template match="/">
H A Dphp_function_edge_cases.phpt14 <xsl:template match="/">
H A Dxsltprocessor_transformToDoc.phpt22 <xsl:template match="allusers">
H A Dxsltprocessor_transformToURI.phpt25 <xsl:template match="allusers">
H A Dxsltprocessor_transformToXML.phpt25 <xsl:template match="allusers">
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug70313.phpt39 SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens
/PHP-8.1/ext/zip/
H A Dconfig.w3213 if (get_define("LIBS_ZIP").match("libzip_a(?:_debug)?\.lib")) {
/PHP-8.1/ext/pspell/tests/
H A D001.phpt24 …"My hovercraft (pantomimes puffing a cigarette)... is full of eels (pretends to strike a match). ";
114 match : true
/PHP-8.1/ext/pcre/tests/
H A Dbug44925.phpt12 var_dump(preg_grep('/do not match/',$array));
H A Dbug61780_1.phpt2 Bug #61780 (Inconsistent PCRE captures in match results): numeric subpatterns
/PHP-8.1/sapi/cli/tests/
H A D023.phpt14 ; no sections should match as cli doesn't support any
/PHP-8.1/ext/opcache/tests/match/
H A D003.phpt13 return match ($char) {
/PHP-8.1/ext/date/tests/
H A DDateTime_data-dates.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-8.1/ext/openssl/tests/
H A Dbug68920.phpt81 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
90 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
H A Dbug68265.phpt2 Bug #68265: SAN match fails with trailing DNS dot
/PHP-8.1/ext/pdo_mysql/tests/
H A DREADME.md32 `PDO_MYSQL_TEST_DSN`, the values must match. That is, for example, for
/PHP-8.1/ext/phar/tests/
H A Dpharfileinfo_getcrc32.phpt16 // compressed file length does not match incompressed length for an uncompressed file
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_execute_bind.phpt35 // 2. param number has to match - missing 1 parameter
53 // 4. param number has to match - missing all parameters
62 // 5. param number has to match - missing argument to execute()
/PHP-8.1/ext/standard/tests/mail/
H A Dmail_include.inc142 if (preg_match('/\{.*?\}(.*)/', $mailbox, $match) != 1) {
147 return $match[1];

Completed in 23 milliseconds

12345678910