Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 220) sorted by relevance

123456789

/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput825 No match
27 No match
29 No match
95 No match
97 No match
99 No match
107 No match
109 No match
115 No match
117 No match
[all …]
H A Dtestoutput5112 No match
114 No match
116 No match
118 No match
141 No match
163 No match
165 No match
253 No match
264 No match
266 No match
[all …]
H A DtestoutputEBC35 No match
37 No match
55 No match
57 No match
59 No match
75 No match
77 No match
93 No match
95 No match
103 No match
[all …]
H A Dtestoutput111 No match
15 No match
93 No match
95 No match
97 No match
99 No match
101 No match
103 No match
105 No match
115 No match
[all …]
H A Dtestoutput1011 No match
13 No match
25 No match
37 No match
45 No match
55 No match
81 No match
89 No match
91 No match
105 No match
[all …]
H A Dtestoutput612 No match
14 No match
22 No match
30 No match
38 No match
46 No match
52 No match
54 No match
62 No match
70 No match
[all …]
H A Dtestoutput415 No match
17 No match
30 No match
32 No match
34 No match
107 No match
109 No match
111 No match
130 No match
132 No match
[all …]
H A Dwintestoutput33 No match
5 No match
13 No match
15 No match
25 No match
31 No match
33 No match
39 No match
41 No match
45 No match
[all …]
H A Dtestoutput312 No match
14 No match
22 No match
24 No match
34 No match
40 No match
42 No match
48 No match
50 No match
54 No match
[all …]
H A Dtestoutput232 No match
34 No match
36 No match
48 No match
50 No match
52 No match
86 No match
88 No match
323 No match
325 No match
[all …]
H A Dtestoutput796 No match
98 No match
118 No match
120 No match
122 No match
154 No match
156 No match
158 No match
160 No match
291 No match
[all …]
H A Dtestoutput925 No match
27 No match
37 No match
39 No match
45 No match
47 No match
49 No match
51 No match
61 No match
63 No match
[all …]
/PHP-7.1/ext/gd/libgd/
H A Dgd_crop.c120 int color, corners, match; in gdImageCropAuto() local
158 match = 1; in gdImageCropAuto()
162 match = (color == c2); in gdImageCropAuto()
174 match = 1; in gdImageCropAuto()
187 match = 1; in gdImageCropAuto()
195 match = 1; in gdImageCropAuto()
233 int match; in gdImageCropThreshold() local
254 match = 1; in gdImageCropThreshold()
270 match = 1; in gdImageCropThreshold()
283 match = 1; in gdImageCropThreshold()
[all …]
/PHP-7.1/ext/pcre/tests/
H A Dmatch_flags.phpt6 var_dump(preg_match_all('/(.)x/', 'zxax', $match, PREG_PATTERN_ORDER));
7 var_dump($match);
9 var_dump(preg_match_all('/(.)x/', 'zxyx', $match, PREG_SET_ORDER));
10 var_dump($match);
12 var_dump(preg_match_all('/(.)x/', 'zxyx', $match, PREG_OFFSET_CAPTURE));
13 var_dump($match);
15 var_dump(preg_match_all('/(.)x/', 'zxyx', $match, PREG_SET_ORDER | PREG_OFFSET_CAPTURE));
16 var_dump($match);
H A Dmatch_flags3.phpt6 var_dump(preg_match('', '', $match, 0xfff));
8 var_dump(preg_match('/\d+/', '123 456 789 012', $match, 0, -8));
9 var_dump($match);
11 var_dump(preg_match('/\d+/', '123 456 789 012', $match, 0, -500));
12 var_dump($match);
14 var_dump(preg_match_all('/\d+/', '123 456 789 012', $match, 0, -8));
15 var_dump($match);
H A Dmatch_flags2.phpt6 var_dump(preg_match('/x(.)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
7 var_dump($match);
9 var_dump(preg_match('/(.)x/', 'fjszxax', $match, PREG_OFFSET_CAPTURE, 4));
10 var_dump($match);
12 var_dump(preg_match('/(?P<capt1>.)(x)(?P<letsmix>\S+)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
13 var_dump($match);
H A Dbug52971.phpt11 preg_match_all($pattern, $message, $match, PREG_OFFSET_CAPTURE);
12 var_dump($match);
15 preg_match_all($pattern, $message, $match, PREG_OFFSET_CAPTURE);
16 var_dump($match);
H A Dbug37911.phpt6 function callback($match)
8 var_dump($match);
9 return $match[1].'/'.strlen($match['name']);
H A Dbug40909.phpt10 $match = array();
12 if ($result =preg_match_all($pattern, $context, $match))
16 var_dump($match);
/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mobile.c254 match = 1; in mbfilter_conv_map_tbl()
258 return match; in mbfilter_conv_map_tbl()
269 match = 1; in mbfilter_conv_r_map_tbl()
273 return match; in mbfilter_conv_r_map_tbl()
414 match = 1; in mbfilter_unicode2sjis_emoji_docomo()
417 match = 1; in mbfilter_unicode2sjis_emoji_docomo()
420 match = 1; in mbfilter_unicode2sjis_emoji_docomo()
441 match = 1; in mbfilter_unicode2sjis_emoji_docomo()
447 match = 1; in mbfilter_unicode2sjis_emoji_docomo()
453 match = 1; in mbfilter_unicode2sjis_emoji_docomo()
[all …]
/PHP-7.1/ext/gd/tests/
H A Dfunc.inc22 if (preg_match(',FreeType Version => (\d+\.\d+\.\d+),s', get_php_info(), $match)) {
23 $version = $match[1];
33 if (preg_match(',libJPEG Version => ([a-z0-9]+),s', get_php_info(), $match)) {
34 $version = $match[1];
44 if (preg_match(',libPNG Version => (\d+\.\d+\.\d+),s', get_php_info(), $match)) {
45 $version = $match[1];
55 if (preg_match(',libXpm Version => (\d+),s', get_php_info(), $match)) {
56 $version = $match[1];
/PHP-7.1/ext/imap/tests/
H A Dclean.inc16 if (preg_match('/\{.*?\}INBOX\.(.+)/', $value->name, $match) == 1) {
17 if (strlen($match[1]) >= strlen($mailbox_prefix)
18 && substr_compare($match[1], $mailbox_prefix, 0, strlen($mailbox_prefix)) == 0) {
/PHP-7.1/ext/standard/tests/strings/
H A Dexplode_variation4.phpt2 Test explode() function : usage variations - match longer string
11 echo "*** Testing explode() function: match longer string ***\n";
19 *** Testing explode() function: match longer string ***
/PHP-7.1/ext/zlib/tests/
H A Dfunc.inc11 if (preg_match(',zlib.*Compiled Version => (\d+\.\d+\.\d+),s', $info, $match)) {
12 $version = $match[1];
/PHP-7.1/ext/standard/tests/file/
H A Dfnmatch_variation.phpt27 1 => "match*",
34 8 => "match**",
37 11 => "match",
39 13 => "?match",
40 14 => "match?tmp",
42 16 => "match?",
43 17 => "?match?",
44 18 => "match.tmp",
45 19 => "/match.tmp",
47 21 => 'match.tmp',
[all …]

Completed in 140 milliseconds

123456789