Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 176) sorted by relevance

12345678

/PHP-7.0/ext/intl/tests/
H A Dlocale_filter_matches.phpt80 loc_range:de-de matches lang_tag de-DEVA ? NO
86 loc_range:de-de matches lang_tag de-DE ? YES
95 loc_range:de-de matches lang_tag sl_IT ? NO
116 loc_range:de-de matches lang_tag i-lux ? NO
122 loc_range:de-de matches lang_tag jbo ? NO
134 loc_range:sl_IT matches lang_tag de-DE ? NO
170 loc_range:sl_IT matches lang_tag jbo ? NO
230 loc_range:jbo matches lang_tag de-DE ? NO
239 loc_range:jbo matches lang_tag sl_IT ? NO
260 loc_range:jbo matches lang_tag i-lux ? NO
[all …]
H A Dlocale_filter_matches2.phpt81 loc_range:de-de matches lang_tag de-DEVA ? NO
87 loc_range:de-de matches lang_tag de-DE ? YES
96 loc_range:de-de matches lang_tag sl_IT ? NO
117 loc_range:de-de matches lang_tag i-lux ? NO
123 loc_range:de-de matches lang_tag jbo ? NO
135 loc_range:sl_IT matches lang_tag de-DE ? NO
171 loc_range:sl_IT matches lang_tag jbo ? NO
231 loc_range:jbo matches lang_tag de-DE ? NO
240 loc_range:jbo matches lang_tag sl_IT ? NO
261 loc_range:jbo matches lang_tag i-lux ? NO
[all …]
H A Dlocale_filter_matches3.phpt80 loc_range:de-de matches lang_tag de-DEVA ? NO
86 loc_range:de-de matches lang_tag de-DE ? YES
95 loc_range:de-de matches lang_tag sl_IT ? NO
116 loc_range:de-de matches lang_tag i-lux ? NO
122 loc_range:de-de matches lang_tag jbo ? NO
134 loc_range:sl_IT matches lang_tag de-DE ? NO
170 loc_range:sl_IT matches lang_tag jbo ? NO
230 loc_range:jbo matches lang_tag de-DE ? NO
239 loc_range:jbo matches lang_tag sl_IT ? NO
260 loc_range:jbo matches lang_tag i-lux ? NO
[all …]
/PHP-7.0/ext/oci8/tests/
H A Ddriver_name.phpt10 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
11 if (!(isset($matches[0]) &&
12 ($matches[1] == 12 && $matches[2] == 1 && $matches[3] >= 0
13 && $matches[4] >= 2) || ($matches[1] == 12 && $matches[2] > 1))) {
17 ….([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci_client_version(), $matches);
18 if (!(isset($matches[0]) && ($matches[1] == 11 && $matches[2] >= 2) || ($matches[1] > 11))) {
H A Dbug47281.phpt9 ….([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci_client_version(), $matches);
10 if (!isset($matches[0]) ||
11 …($matches[1] > 11 || ($matches[1] == 11 && $matches[2] > 2) || ($matches[1] == 11 && $matches[2] =…
H A Dimp_res_get_none.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
13 if (!(isset($matches[0]) && $matches[0] >= 12)) {
H A Ddriver_name_11gR2.phpt10 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
11 if (!(isset($matches[0]) && ($matches[1] == 11 && $matches[2] >= 2))) {
14 ….([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci_client_version(), $matches);
15 if (!(isset($matches[0]) && ($matches[1] == 11 && $matches[2] >= 2) || ($matches[1] > 11))) {
H A Dimp_res_get_exec.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
13 if (!(isset($matches[0]) && $matches[0] >= 12)) {
H A Derror_bind_3.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
13 if (!(isset($matches[0]) && $matches[0] >= 12)) {
H A Dimp_res_get_cancel.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
13 if (!(isset($matches[0]) && $matches[0] >= 12)) {
H A Dimp_res_get_close_3.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
13 if (!(isset($matches[0]) && $matches[0] >= 12)) {
H A Dimp_res_call_error.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
13 if (!(isset($matches[0]) && $matches[0] >= 12)) {
H A Dimp_res_cancel.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
12 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
13 if (!(isset($matches[0]) && $matches[0] >= 12)) {
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_61411.phpt12 $matches = array();
13 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
16 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
19 $matches[0], $matches[1], $matches[2], $version));
H A Dbug_41997.phpt13 $matches = array();
14 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
17 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
20 $matches[0], $matches[1], $matches[2], $version));
H A Dbug_41125.phpt11 $matches = array();
12 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
15 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
19 $matches[0], $matches[1], $matches[2], $version));
H A Dbug_pecl_7976.phpt12 $matches = array();
13 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
16 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
19 $matches[0], $matches[1], $matches[2], $version));
H A Dbug_39858.phpt12 $matches = array();
13 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
16 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
19 $matches[0], $matches[1], $matches[2], $version));
/PHP-7.0/ext/pcre/tests/
H A Dbug63055.phpt12 $matches = array("foo" => "bar"); /* this bucket will trigger the segfault */
16 $matches[1] = &$matches;
17 $matches[2] = $dummy;
19 preg_match_all("/(\d)+/", "foo123456bar", $matches);
H A Dmarks.phpt21 var_dump(preg_match($regex, '_c_', $matches));
22 var_dump($matches);
24 var_dump(preg_match_all($regex, '_a__b__c__d_', $matches, PREG_PATTERN_ORDER));
25 var_dump($matches);
27 var_dump(preg_match_all($regex, '_a__b__c__d_', $matches, PREG_SET_ORDER));
28 var_dump($matches);
30 var_dump(preg_replace_callback($regex, function($matches) {
31 var_dump($matches);
32 return $matches[0];
H A Dbug72688.phpt2 Bug #72688 (preg_match missing group names in matches)
12 preg_match($fullPattern, '290', $matches);
14 var_dump($matches['group290']);
H A Dbug66121.phpt12 preg_match_all('/(?<!ක)/u', 'ම', $matches, PREG_OFFSET_CAPTURE);
13 var_dump($matches);
17 var_dump(preg_match_all('/(?<!ක)/u', "\xFCම", $matches, PREG_OFFSET_CAPTURE));
18 var_dump(preg_match_all('/(?<!ක)/u', "\xFCම", $matches, PREG_OFFSET_CAPTURE));
/PHP-7.0/Zend/tests/
H A Dbug63055.phpt14 $matches = array("foo" => "bar"); /* this bucket will trigger the segfault */
18 $matches[1] = &$matches;
19 $matches[2] = $dummy;
21 str_replace("foo", "bar", "foobar", $matches);
/PHP-7.0/ext/pdo_mysql/
H A Dget_error_codes.php8 …reg('^\{[[:space:]]+(ER_.*)[[:space:]]+,[[:space:]]*"(.*)",[[:space:]]*"(.*)"', $line, $matches)) {
9 $codes[$matches[1]] = $matches[2];
10 $maxlen = max($maxlen, strlen($matches[1]));
/PHP-7.0/ext/standard/html_tables/
H A Dhtml_table_gen.php190 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})/i", $l, $matches))
191 $map[] = array($matches[1], $matches[2]);
333 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})\s+#\s*(.*)$/i", $l, $matches))
334 $map[] = array($matches[1], $matches[2], rtrim($matches[3]));
428 if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+) ([a-f0-9]+)/i', $l, $matches)) {
430 $dp[] = array($matches[1], $matches[2], $matches[3]);
431 } else if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+)/i', $l, $matches)) {
432 $dp[] = array($matches[1], $matches[2]);

Completed in 44 milliseconds

12345678