Home
last modified time | relevance | path

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

123456

/PHP-5.4/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.4/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 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_3.phpt11 if (preg_match('/Release 1[01]\./', oci_server_version($c), $matches) !== 1) {
H A Dbind_char_1_11gR1.phpt8 if (preg_match('/Release 11\.1\./', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
H A Dconn_attr_1.phpt12 if (preg_match('/Release 1[01]\./', oci_server_version($c), $matches) !== 1) {
H A Dconn_attr_2.phpt11 if (preg_match('/Release 1[01]\./', oci_server_version($c), $matches) !== 1) {
H A Drefcur_prefetch_3.phpt9 if (preg_match('/Release (11\.2|12)\./', oci_server_version($c), $matches) !== 1) {
H A Dedition_1.phpt13 if (preg_match('/Release (1[1]\.2|12)\./', oci_server_version($c), $matches) !== 1) {
H A Dbind_char_3.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 Dbind_char_3_11gR1.phpt8 if (preg_match('/Release 11\.1\./', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
/PHP-5.4/ext/spl/examples/
H A Dfindfile.inc48 /** @return whether the current file matches the given filename
/PHP-5.4/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.4/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.4/ext/ereg/tests/
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.4/Zend/RFCs/
H A D003.txt59 Mis-matches in type should be reported as fatal errors and should halt
/PHP-5.4/ext/pcre/pcrelib/
H A DNEWS60 . In UCP mode, \s was not matching two of the characters that Perl matches,
110 . \X now matches a Unicode extended grapheme cluster.
274 removed, extra information is given for partial matches, the partial matching
325 \R matches any Unicode line ending (the default) or just CR, LF, and CRLF.
349 fails at CRLF if there are explicit CR or LF matches within the pattern.
380 matches bar preceded by foo, but only sets bar as the matched string.
433 3. The \R escape matches a single Unicode newline sequence as a single unit.
488 the other hand, it does find all matches, not just the first, and it works

Completed in 70 milliseconds

123456