Searched refs:matches (Results 151 – 167 of 167) sorted by relevance
1234567
/PHP-7.4/ext/oci8/tests/ |
H A D | bind_char_3_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_4.phpt | 8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
|
H A D | bind_char_4_11gR1.phpt | 8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); 9 if (!(isset($matches[0]) && $matches[1] < 12)) {
|
H A D | imp_res_7.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 | imp_res_3.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)) {
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | mb_ereg_variation6.phpt | 16 * Test how mb_ereg() matches special characters for $pattern
|
/PHP-7.4/ext/pcre/tests/ |
H A D | preg_match_error4.phpt | 907 $count = preg_match($re, $str, $matches); 929 var_dump("Done, $count matches."); 934 string(16) "Done, 1 matches."
|
/PHP-7.4/ |
H A D | run-tests.php | 52 $just_save_results, $log_format, $matches, $no_clean, $no_file_cache, 383 $matches = array(); 384 if (preg_match('/^#.*\[(.*)\]\:\s+(.*)$/', $test, $matches)) { 385 $redir_tests[] = array($matches[1], $matches[2]); 1368 if (preg_match('/^--CONFLICTS--(.+?)^--/ms', $contents, $matches)) { 1369 $conflicts = parse_conflicts($matches[1]);
|
H A D | UPGRADING | 105 enabled). This means that the size of the $matches will always be the same. 313 format of the matches array passed to the callback function.
|
/PHP-7.4/sapi/fpm/tests/ |
H A D | tester.inc | 987 function ($matches) use ($vars) { 988 $varName = $matches[1]; 993 $pool = $matches[2] ?? 'default';
|
/PHP-7.4/ext/pdo/ |
H A D | pdo_sql_parser.re | 161 /* query matches native syntax */
|
/PHP-7.4/ext/phar/phar/ |
H A D | pharcommand.inc | 237 $matches = NULL; 238 if (preg_match(",^php[ \t]+([^ \t].*[\\\\/]PHP[\\\\/]Archive\.php)$,", $ent, $matches)) { 239 $sub = $matches[1];
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 86 # GRR: line below is too general as it matches also "Git pack" in ./revision 179 # I haven't checked for false matches yet. 1364 # This magic isn't strong enough (matches plausible ISO-8859-1 text) 1999 # line matches and the second doesn't then it is not of that type. 7563 # Double-check that the image type matches too, 0x8008 conflicts with 14355 # line matches a LaTeX file containing the word "graph" (with a { 14356 # following later) and the second line matches this file. 15303 # Targa - matches `povray', `ppmtotga' and `xv' outputs 17965 # This also matches new kernels, which were caught above by "HdrS". 19805 # other (* matches it is a comment start in these langs [all …]
|
H A D | magic | 86 # GRR: line below is too general as it matches also "Git pack" in ./revision 179 # I haven't checked for false matches yet. 1364 # This magic isn't strong enough (matches plausible ISO-8859-1 text) 1999 # line matches and the second doesn't then it is not of that type. 7563 # Double-check that the image type matches too, 0x8008 conflicts with 14355 # line matches a LaTeX file containing the word "graph" (with a { 14356 # following later) and the second line matches this file. 15303 # Targa - matches `povray', `ppmtotga' and `xv' outputs 17965 # This also matches new kernels, which were caught above by "HdrS". 19805 # other (* matches it is a comment start in these langs [all …]
|
/PHP-7.4/ext/fileinfo/ |
H A D | libmagic.patch | 2911 * some overlapping space for matches near EOF
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 6276 jump_list *matches = NULL; in fast_forward_start_bits() local 6296 if (!optimize_class(common, start_bits, (start_bits[31] & 0x80) != 0, FALSE, &matches)) in fast_forward_start_bits() 6323 set_jumps(matches, start); in fast_forward_start_bits()
|
/PHP-7.4/build/ |
H A D | libtool.m4 | 3863 # The `*' in the case matches for architectures that use `case' in
|
Completed in 226 milliseconds
1234567