Home
last modified time | relevance | path

Searched refs:match (Results 201 – 225 of 234) sorted by relevance

12345678910

/PHP-8.1/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt90 echo "The new encoding error doesn't match the expected one\n";
H A Dopenssl_error_string_basic_openssl3.phpt92 echo "The new encoding error doesn't match the expected one\n";
/PHP-8.1/ext/mbstring/tests/data/
H A D8859-7.txt32 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
33 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
H A DEmojiSources.txt35 # Thus they do not match the named character sequences with keycaps listed in
/PHP-8.1/
H A DREADME.md69 The number of jobs should usually match the number of available cores, which
H A DUPGRADING.INTERNALS100 getColumnMeta(). The type provided here does not need to match the type
H A DNEWS539 . Fixed bug GH-11134 (Incorrect match default branch optimization). (ilutov)
1131 . Fixed bug GH-8030 (Segfault with JIT and large match/switch statements).
1572 . Fixed bug #81303 (match error message improvements). (krakjoe)
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt345 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
384 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
/PHP-8.1/ext/date/tests/
H A DDateTime_data-fall-type2-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type2-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type3-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type3-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-8.1/sapi/fpm/tests/
H A Dlogreader.inc155 * @param callable $matcher Callback to identify a match
/PHP-8.1/Zend/
H A Dzend_language_parser.y279 %type <ast> match match_arm_list non_empty_match_arm_list match_arm match_arm_cond_list
691 match:
1199 | match { $$ = $1; }
H A Dzend_strtod.c1588 match in match() function
2727 if (match(&s,"nf")) {
2729 if (!match(&s,"inity"))
2738 if (match(&s, "an")) {
/PHP-8.1/ext/standard/tests/strings/
H A Dstripslashes_variation2.phpt96 echo "\nError: Original string and string from stripslash() donot match\n";
/PHP-8.1/ext/standard/tests/file/
H A Duserstreams.phpt292 echo "SEEK: positions do not match!\n";
/PHP-8.1/ext/opcache/tests/jit/
H A Dgh8030-002.phpt2 GH-8030: Segfault with JIT and large match/switch statements 002
/PHP-8.1/ext/pdo/
H A Dpdo_sql_parser.re162 …pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of…
/PHP-8.1/sapi/fpm/
H A Dconfig.m4518 usually be set to match the fpm username (default: nobody)])],
/PHP-8.1/ext/oci8/
H A Dconfig.m4186 dnl will match this case.
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c7167 static const char*match(MatchState*ms,const char*s,const char*p);
7192 const char*res=match(ms,(s+i),ep+1);
7201 const char*res=match(ms,s,ep+1);
7217 if((res=match(ms,s,p))==NULL)
7226 if((res=match(ms,s,p))==NULL)
7239 static const char*match(MatchState*ms,const char*s,const char*p){
7294 if(m&&((res=match(ms,s+1,ep+1))!=NULL))
7386 if((res=match(&ms,s1,p))!=NULL){
7420 if((e=match(&ms,src,p))!=NULL){
7508 e=match(&ms,src,p);
/PHP-8.1/ext/standard/html_tables/mappings/
H A DROMAN.TXT29 # n04 1997-Dec-01 Update to match internal utom<n3>, ufrm<n22>:
/PHP-8.1/ext/date/lib/
H A Dparse_date.re2156 * should match the next literal:
2159 * match.
2500 …add_pbf_error(s, TIMELIB_ERR_WRONG_FORMAT_SEP, "The format separator does not match", string, begi…
/PHP-8.1/ext/standard/
H A Durl_scanner_ex.re298 To avoid partial match, NUL is added here */

Completed in 93 milliseconds

12345678910