Home
last modified time | relevance | path

Searched refs:match (Results 26 – 50 of 162) sorted by relevance

1234567

/PHP-7.4/ext/pcre/tests/
H A Dbug80118.phpt2 Bug #80118 (Erroneous whitespace match with JIT only)
H A Dbug80866.phpt2 Bug #80866 preg_split ignores limit flag when pattern with \K has 0-width fullstring match
H A Dbug61780.phpt2 Bug #61780 (Inconsistent PCRE captures in match results): basics
H A Dmultiline.phpt2 Multi-line match
H A Dno_jit_bug70110.phpt9 var_dump(preg_match('~(*NO_JIT)(a)*~', str_repeat('a', 5431), $match))
H A Dpreg_match_all_basic.phpt10 …T_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 match)
14 …ATTERN_ORDER)); //finds ".\ [...]" and everything else to the end of the string. (greedy) (1 match)
H A Dcache_limit.phpt17 die('non match. error');
/PHP-7.4/win32/build/
H A Dconfutils.js163 if (version.match(/x64/)) {
702 if (!_tmp.match("LNK4039")) {
977 if (c.match(regex)) {
1520 if (s.match(re)) {
1522 if (c.match("phpext_")) {
2143 if (ln.match(reg1) || ln.match(reg0)) {
2207 if (ln.match(reg)) {
2421 r = cf[i].match(re);
2428 r = cf[i].match(match_sw);
2449 if (key.match("CFLAGS")) {
[all …]
H A Dbuildconf.js85 var calls = contents.match(re_dep_line);
89 if (calls[i].match(re_dep_line)) {
235 calls = modules.match(re);
/PHP-7.4/Zend/tests/
H A Dbug38211.phpt2 Bug #38211 (variable name and cookie name match breaks script execution)
H A Dbug72101.phpt21 foreach ($this->matchers as $match) {
22 $match->invoked($invocation);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug77069.phpt17 while (preg_match('/(.*?)[\r\n]+(.*)/s', $this->data, $match) === 1) {
18 list(, $data, $this->data) = $match;
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_match_basic.phpt11 * Description: Regular expression match for multibyte string
30 //will return false as pattern would match half way through string
H A Dmb_split_empty_match.phpt2 mb_split() empty match
/PHP-7.4/ext/date/tests/
H A DDateTime_data-absolute.inc4 * Note: test names match method names in a set of PHPUnit tests
H A Dtimezone_name_from_abbr_basic1.phpt28 echo "-- Tests without valid name - uses gmtOffset and isdst to find match --\n";
50 -- Tests without valid name - uses gmtOffset and isdst to find match --
/PHP-7.4/ext/xsl/tests/53965/
H A Dinclude.xsl2 <xsl:template match="cd">
H A Dcollection.xsl7 <xsl:template match="collection">
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug79242.phpt2 Bug #79242 (COM error constants don't match com_exception codes)
/PHP-7.4/Zend/tests/return_types/
H A Drfc001.phpt2 RFC example: returned type does not match the type declaration
/PHP-7.4/ext/intl/tests/
H A Dlocale_bug72658.phpt2 Bug #72658 Locale::lookup() / locale_lookup() hangs if no match found
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmk_sb_tbl.awk8 if (!match(str, "^0[xX]")) {
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h240 goto match; in FF_FUN()
245 goto match; in FF_FUN()
254 goto match; in FF_FUN()
320 match:; in FF_FUN()
/PHP-7.4/ext/standard/tests/file/
H A Dchmod_variation1.phpt22 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dchmod_basic.phpt24 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);

Completed in 44 milliseconds

1234567