Searched refs:matches (Results 126 – 150 of 167) sorted by relevance
1234567
/PHP-7.4/ext/oci8/tests/ |
H A D | bug27303_1.phpt | 8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
|
H A D | bug27303_1_11gR1.phpt | 8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 9 if (!(isset($matches[0]) && $matches[1] < 12)) {
|
H A D | bug27303_2.phpt | 8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
|
H A D | bug27303_2_11gR1.phpt | 8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 9 if (!(isset($matches[0]) && $matches[1] < 12)) {
|
H A D | bug27303_4_11gR1.phpt | 8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 9 if (!(isset($matches[0]) && $matches[1] < 12)) {
|
H A D | conn_attr_1.phpt | 12 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 13 if (!(isset($matches[0]) && $matches[1] >= 10)) {
|
H A D | imp_res_1.phpt | 8 …[: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 D | conn_attr_2.phpt | 11 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 12 if (!(isset($matches[0]) && $matches[1] >= 10)) {
|
H A D | conn_attr.inc | 5 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 6 if ((isset($matches[1]) && $matches[1] >= 11)) {
|
H A D | bind_sqltnum_11g.phpt | 6 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches); 7 if (!(isset($matches[0]) && $matches[0] <= 11)) {
|
H A D | bind_sqltnum.phpt | 6 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches); 7 if (!(isset($matches[0]) && $matches[0] >= 12)) {
|
H A D | bind_char_1.phpt | 8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
|
H A D | bind_char_1_11gR1.phpt | 8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 9 if (!(isset($matches[0]) && $matches[1] < 12)) {
|
H A D | bind_char_3.phpt | 8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
|
/PHP-7.4/Zend/tests/ |
H A D | closure_048.phpt | 8 $c = function($matches) use (&$params, &$text) {
|
/PHP-7.4/ext/pcre/tests/ |
H A D | preg_match_latin.phpt | 5 /* Prototype : int preg_match ( string $pattern , string $subject [, array &$matches [, int $f…
|
H A D | preg_match_all_error1.phpt | 27 var_dump(preg_match_all($regex_value, $subject, $matches)); 28 var_dump($matches);
|
/PHP-7.4/ext/pdo_firebird/tests/ |
H A D | payload_server.inc | 24 if (preg_match('/FB payload server listening on (.+)/', $line, $matches)) { 25 $bound = $matches[1];
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | mb_ereg2.phpt | 2 mb_ereg() returning matches
|
H A D | mb_ereg3.phpt | 2 mb_ereg() returning matches
|
H A D | mb_ereg_match_basic.phpt | 26 //will return true as pattern matches from start of string
|
/PHP-7.4/ext/standard/tests/http/ |
H A D | server.inc | 71 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 D | mysqli_pconn_max_links.phpt | 80 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 D | 001.phpt | 24 $string .= "Ahh, matches!"; 116 matches : true
|
/PHP-7.4/ext/openssl/tests/ |
H A D | san_peer_matching.phpt | 2 Peer verification matches SAN names
|
Completed in 27 milliseconds
1234567