Home
last modified time | relevance | path

Searched refs:matches (Results 51 – 75 of 176) sorted by relevance

12345678

/PHP-7.0/ext/oci8/tests/
H A Dimp_res_cursor.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_lob.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_1.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_2.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 Ddrcp_connection_class.phpt6 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
7 if (!(isset($matches[0]) && $matches[0] >= 11)) {
H A Dimp_res_prefetch.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 Dbind_boolean_1.phpt7 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
8 if (!(isset($matches[0]) && $matches[1] >= 12)) {
11 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
12 if (!(isset($matches[0]) && $matches[0] >= 12)) {
H A Dimp_res_get_5.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_dbmsoutput.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_dbmsoutput.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 Drefcur_prefetch_4.phpt7 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
8 if (!(isset($matches[0]) &&
9 ($matches[1] >= 10))) {
12 ….([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci_client_version(), $matches);
13 if (!(isset($matches[0]) &&
14 (($matches[1] == 11 && $matches[2] >= 2) ||
15 ($matches[1] >= 12)
H A Dimp_res_insert.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/standard/tests/general_functions/
H A Dproc_nice_basic.phpt17 preg_match('/^\s*\w+\s+\w+\s*(\d+)\s+(\d+)/m', $res, $matches);
18 if (count($matches) > 2)
19 return $matches[2];
/PHP-7.0/ext/pcre/tests/
H A Dbug27011.phpt6 var_dump(preg_match_all('|(\w+)://([^\s"<]*[\w+#?/&=])|', "This is a text string", $matches, PREG_S…
7 var_dump($matches);
H A Dpreg_match_all_error2.phpt16 var_dump(preg_match_all($regex, $value, $matches));
17 var_dump($matches);
21 var_dump(preg_match_all($regex, $value, $matches));
22 var_dump($matches);
H A Dbug73483.phpt7 var_dump(preg_replace_callback($regex, function (array $matches) use($regex) {
9 $ret = preg_replace($regex, "okey", $matches[0]);
H A Dpreg_grep_basic.phpt11 …TP(.*?)\w{2,}$@i', $array)); //finds a string starting with http (regardless of case) (matches two)
12 …-Z and 0-9, followed by zero or more . followed by zero or more / all more than once. (matches all)
13 … not followed by 3 characters that aren't w's then anything to the end of the sttring (matches one)
14 var_dump(preg_grep('@.*?\.co\.uk$@i', $array)); //finds any address ending in .co.uk (matches none)
15 …example but the array created contains everything that is NOT matched but the regex (matches three)
H A Dbug34790.phpt7 preg_match_all('/(?P<word>the)/', $string, $matches);
8 return $matches['word'];
H A Dbug70345.phpt13 preg_match($regex, $subject, $matches);
15 var_dump($matches);
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt105 if (!preg_match("@^(\d+):+@ismU", $line, $matches)) {
108 if (!isset($matches[1]) || ((int)$matches[1] > 1)) {
110 $matches[1],
121 if (preg_match("@^[|\s]*>[\w]+@ism", $line, $matches)) {
132 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
133 $functions_all_funcs[$matches[1]] = $matches[1];
141 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
142 $functions_trace[$matches[1]] = $matches[1];
177 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
178 $functions_trace[$matches[1]] = $matches[1];
[all …]
H A Dmysqli_debug_mysqlnd_only.phpt83 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
84 $functions_trace[$matches[1]] = $matches[1];
105 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
106 $functions_trace[$matches[1]] = $matches[1];
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.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 Dpdo_mysql_multi_stmt_nextrowset.phpt10 $matches = array();
11 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
14 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
17 $matches[0], $matches[1], $matches[2], $version));
/PHP-7.0/Zend/tests/
H A Dclosure_008.phpt7 $lambda = function ($matches) {
8 return str_replace(' ', '&nbsp;', $matches[1]).' ';
/PHP-7.0/Zend/
H A Dzend_vm_gen.php585 function($matches) use ($spec, $prefix, $op1, $op2) {
586 if (strncasecmp($matches[0], "EXECUTE_DATA", strlen("EXECUTE_DATA")) == 0) {
591 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2) . "(" . $matches[2]. " Z…
606 function($matches) use ($spec, $prefix, $op1, $op2) {
612 …return $matches[2] . " = " . $matches[3] . "; goto " . helper_name($matches[1], $spec, $op1, $op2…
614 return "goto " . helper_name($matches[1], $spec, $op1, $op2);
627 function($matches) use ($spec, $prefix, $op1, $op2) {
633 …return $matches[2] . " = " . $matches[3] . "; goto " . helper_name($matches[1], $spec, $op1, $op2…
635 return "goto " . helper_name($matches[1], $spec, $op1, $op2);
645 foreach ($matches as $match) {
[all …]

Completed in 377 milliseconds

12345678