Home
last modified time | relevance | path

Searched refs:matches (Results 126 – 150 of 167) sorted by relevance

1234567

/PHP-7.4/ext/oci8/tests/
H A Dbug27303_1.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
H A Dbug27303_1_11gR1.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] < 12)) {
H A Dbug27303_2.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
H A Dbug27303_2_11gR1.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] < 12)) {
H A Dbug27303_4_11gR1.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] < 12)) {
H A Dconn_attr_1.phpt12 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
13 if (!(isset($matches[0]) && $matches[1] >= 10)) {
H A Dimp_res_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 Dconn_attr_2.phpt11 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
12 if (!(isset($matches[0]) && $matches[1] >= 10)) {
H A Dconn_attr.inc5 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
6 if ((isset($matches[1]) && $matches[1] >= 11)) {
H A Dbind_sqltnum_11g.phpt6 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
7 if (!(isset($matches[0]) && $matches[0] <= 11)) {
H A Dbind_sqltnum.phpt6 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
7 if (!(isset($matches[0]) && $matches[0] >= 12)) {
H A Dbind_char_1.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
H A Dbind_char_1_11gR1.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] < 12)) {
H A Dbind_char_3.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
/PHP-7.4/Zend/tests/
H A Dclosure_048.phpt8 $c = function($matches) use (&$params, &$text) {
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_latin.phpt5 /* Prototype : int preg_match ( string $pattern , string $subject [, array &$matches [, int $f…
H A Dpreg_match_all_error1.phpt27 var_dump(preg_match_all($regex_value, $subject, $matches));
28 var_dump($matches);
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc24 if (preg_match('/FB payload server listening on (.+)/', $line, $matches)) {
25 $bound = $matches[1];
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg2.phpt2 mb_ereg() returning matches
H A Dmb_ereg3.phpt2 mb_ereg() returning matches
H A Dmb_ereg_match_basic.phpt26 //will return true as pattern matches from start of string
/PHP-7.4/ext/standard/tests/http/
H A Dserver.inc71 if (preg_match('#^Content-Length\s*:\s*([[:digit:]]+)\s*$#i', $line, $matches)) {
72 $content_length = (int) $matches[1];
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt80 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
82 $num_plinks = $matches[1];
140 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
145 $num_plinks_kill = $matches[1];
178 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
181 $num_plinks = $matches[1];
/PHP-7.4/ext/pspell/tests/
H A D001.phpt24 $string .= "Ahh, matches!";
116 matches : true
/PHP-7.4/ext/openssl/tests/
H A Dsan_peer_matching.phpt2 Peer verification matches SAN names

Completed in 66 milliseconds

1234567