Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/oci8/tests/
H A Dimp_res_6.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_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_get_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_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_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_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 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_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)) {
/PHP-7.3/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 Dbug61780.phpt5 preg_match('/(a)?([a-z]*)(\d*)/', '123', $matches, PREG_UNMATCHED_AS_NULL);
6 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 Dbug77193.phpt16 function ($matches) {
17 echo $matches[1];
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 Dbug70345.phpt12 preg_match($regex, $subject, $matches);
14 var_dump($matches);
H A Dbug34790.phpt7 preg_match_all('/(?P<word>the)/', $string, $matches);
8 return $matches['word'];
/PHP-7.3/ext/intl/tests/
H A Dbug78804.phpt9 echo 'Not matches';
13 Not matches
/PHP-7.3/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt18 preg_match('/^\s*\w+\s+\w+\s*(\d+)\s+(\d+)/m', $res, $matches);
19 if (count($matches) > 2)
20 return $matches[2];
/PHP-7.3/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 …]
/PHP-7.3/ext/com_dotnet/tests/
H A Dbug79299.phpt13 preg_match_all('/\/\* DISPID=9 \*\//', $typeinfo, $matches);
14 var_dump($matches[0]);
/PHP-7.3/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.3/Zend/tests/
H A Dclosure_008.phpt7 $lambda = function ($matches) {
8 return str_replace(' ', '&nbsp;', $matches[1]).' ';

Completed in 49 milliseconds

1234567