Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/oci8/tests/
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.3/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt16 * Test how mb_ereg() matches special characters for $pattern
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE253 m: multi-line (dot (.) also matches newline)
503 (?m): dot (.) also matches newline
506 (?s): dot (.) also matches newline
507 (?m): ^ matches after newline, $ matches before newline
/PHP-7.3/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.3/sapi/fpm/tests/
H A Dtester.inc779 function ($matches) use ($vars) {
780 $varName = $matches[1];
785 $pool = $matches[2] ?? 'default';
/PHP-7.3/
H A Drun-tests.php577 $matches = array(); variable
578 if (preg_match('/^#.*\[(.*)\]\:\s+(.*)$/', $test, $matches)) {
579 $redir_tests[] = array($matches[1], $matches[2]);
H A Dserver-tests.php1154 if ($k == 'POST' && preg_match('/^(.*?)\r?\n$/Ds',$v,$matches)) {
1155 $section_text[$k]=$matches[1];
H A DUPGRADING63 of $obj->offsetGet(123). This matches existing behavior for non-literals.
130 of matches and mb_ereg_replace() will interpret additional syntax. See
239 mb_ereg('(?<word>\w+)', '国', $matches);
/PHP-7.3/ext/pdo/
H A Dpdo_sql_parser.re142 /* query matches native syntax */
/PHP-7.3/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.3/ext/fileinfo/
H A Dlibmagic.patch827 * Check that the optional printf format in description matches
3516 * some overlapping space for matches near EOF
/PHP-7.3/ext/fileinfo/tests/
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.
1310 # This magic isn't strong enough (matches plausible ISO-8859-1 text)
1862 # line matches and the second doesn't then it is not of that type.
6710 # Double-check that the image type matches too, 0x8008 conflicts with
13274 # line matches a LaTeX file containing the word "graph" (with a {
13275 # following later) and the second line matches this file.
14212 # Targa - matches `povray', `ppmtotga' and `xv' outputs
16611 # This also matches new kernels, which were caught above by "HdrS".
18156 # other (* matches it is a comment start in these langs
[all …]
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.
1310 # This magic isn't strong enough (matches plausible ISO-8859-1 text)
1862 # line matches and the second doesn't then it is not of that type.
6710 # Double-check that the image type matches too, 0x8008 conflicts with
13274 # line matches a LaTeX file containing the word "graph" (with a {
13275 # following later) and the second line matches this file.
14212 # Targa - matches `povray', `ppmtotga' and `xv' outputs
16611 # This also matches new kernels, which were caught above by "HdrS".
18156 # other (* matches it is a comment start in these langs
[all …]
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5406 jump_list *matches = NULL; in fast_forward_start_bits() local
5426 if (!optimize_class(common, start_bits, (start_bits[31] & 0x80) != 0, FALSE, &matches)) in fast_forward_start_bits()
5453 set_jumps(matches, start); in fast_forward_start_bits()
/PHP-7.3/build/
H A Dlibtool.m43863 # The `*' in the case matches for architectures that use `case' in

Completed in 191 milliseconds

1234567