Home
last modified time | relevance | path

Searched refs:matches (Results 76 – 100 of 140) sorted by relevance

123456

/PHP-5.5/ext/ereg/tests/
H A Dereg_basic_004.phpt2 Test ereg() function : basic functionality - a few non-matches
H A Dsplit_basic_003.phpt2 Test split() function : basic functionality - a few non-matches
H A Dereg_basic_002.phpt12 * Test a number of simple, valid matches with ereg, without specifying $regs
H A Deregi_basic_002.phpt12 * Test a number of simple, valid matches with eregi, without specifying $regs
H A Dereg_basic_001.phpt12 * Test a number of simple, valid matches with ereg, specifying $regs
H A Deregi_basic_001.phpt12 * Test a number of simple, valid matches with eregi, specifying $regs
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4178 matches are all initial substrings of the longer matches. For example,
4594 Pattern PCRE matches Perl matches
4982 Pattern PCRE matches Perl matches
5233 \d matches only decimal digits, whereas \w matches any Unicode digit,
5587 one matches \w and the other matches \W), or the start or end of the
6247 matches. Thus
6987 First it matches an opening parenthesis. Then it matches any number of
7337 This matches "AB", "AAD", or "ACD"; when it matches "AB", "B" is cap-
8319 matches.
8398 complete matches. If you want to run partial matches using the
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_match_basic.phpt26 //will return true as pattern matches from start of string
H A Dmb_ereg_variation6.phpt16 * Test how mb_ereg() matches special characters for $pattern
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt25 if (!preg_match('@(\d+)\.(\d+)\.(\d+)@ism', $version, $matches))
27 $version = ($matches[1] * 100) + ($matches[2] * 10) + $matches[3];
H A Dmysql_pconn_max_links.phpt86 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
88 $num_plinks = $matches[1];
140 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
143 $num_plinks_kill = $matches[1];
/PHP-5.5/ext/spl/examples/
H A Dfindfile.inc48 /** @return whether the current file matches the given filename
/PHP-5.5/ext/oci8/tests/
H A Dpassword_new.phpt12 if (preg_match('/Release (11|12)\./', oci_server_version($c), $matches) === 1 &&
H A Dpassword_old.phpt12 if (preg_match('/Release (11|12)\./', oci_server_version($c), $matches) === 1 &&
H A Ddriver_name.phpt10 if (preg_match('/Release (11\.2|12)/', oci_server_version($c), $matches) !== 1) {
H A Dconn_attr_5.phpt11 if (preg_match('/Release 1[01]\./', oci_server_version($c), $matches) !== 1) {
H A Dconn_attr_3.phpt11 if (preg_match('/Release 1[01]\./', oci_server_version($c), $matches) !== 1) {
H A Dbind_char_1.phpt8 if (preg_match('/Release 10\.2\./', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.2\.0\.2/', oci_server_version($c), $matches) !== 2) {
H A Dconn_attr_2.phpt11 if (preg_match('/Release 1[01]\./', oci_server_version($c), $matches) !== 1) {
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_all_error.phpt20 var_dump(preg_match_all($pattern, $subject, $matches, $flags, $offset, $extra_arg));
H A Dpreg_match_error.phpt20 var_dump(preg_match($pattern, $subject, $matches, $flags, $offset, $extra_arg));
/PHP-5.5/ext/mbstring/oniguruma/
H A Donigposix.h155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, i…
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A DtestinputEBC77 for DFA matching (otherwise it may show multiple matches). --/
H A DtestoutputEBC116 for DFA matching (otherwise it may show multiple matches). --/
/PHP-5.5/Zend/RFCs/
H A D003.txt59 Mis-matches in type should be reported as fatal errors and should halt

Completed in 110 milliseconds

123456