Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/oci8/tests/
H A Dbind_char_3_11gR1.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] < 12)) {
H A Dbind_char_4.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] >= 12)) {
H A Dbind_char_4_11gR1.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
9 if (!(isset($matches[0]) && $matches[1] < 12)) {
H A Dimp_res_7.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_3.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.4/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt16 * Test how mb_ereg() matches special characters for $pattern
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt907 $count = preg_match($re, $str, $matches);
929 var_dump("Done, $count matches.");
934 string(16) "Done, 1 matches."
/PHP-7.4/
H A Drun-tests.php52 $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 DUPGRADING105 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 Dtester.inc987 function ($matches) use ($vars) {
988 $varName = $matches[1];
993 $pool = $matches[2] ?? 'default';
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re161 /* query matches native syntax */
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc237 $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 Dmagic私はガラスを食べられます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 Dmagic86 # 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 Dlibmagic.patch2911 * some overlapping space for matches near EOF
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6276 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 Dlibtool.m43863 # The `*' in the case matches for architectures that use `case' in

Completed in 248 milliseconds

1234567