Home
last modified time | relevance | path

Searched refs:pattern (Results 51 – 75 of 238) sorted by last modified time

12345678910

/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_all_error.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
15 $pattern = '/\w/';
20 var_dump(preg_match_all($pattern, $subject, $matches, $flags, $offset, $extra_arg));
23 $pattern = '/\w/';
24 var_dump(preg_match_all($pattern));
H A Dpreg_match_all_error1.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
H A Dpreg_match_all_error2.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
H A Dpreg_match_all_error3.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
H A Dpreg_match_basic.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_match_basic_002.phpt5 /* Prototype : int preg_match ( string $pattern , string $subject [, array &$matches [, int $f…
H A Dpreg_match_basic_edit.phpt5 /* Prototype : proto int preg_match(string pattern, string subject [, array subpatterns [, int fla…
H A Dpreg_match_error.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
15 $pattern = '/\w/';
20 var_dump(preg_match($pattern, $subject, $matches, $flags, $offset, $extra_arg));
23 $pattern = '/\w/';
24 var_dump(preg_match($pattern));
H A Dpreg_replace_error2.phpt33 Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement is an array in %…
H A Dpreg_split_error.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
15 $pattern = '/_/';
20 var_dump(preg_split($pattern, $subject, $limit, $flags, $extra_arg));
23 $pattern = '/\./';
24 var_dump(preg_split($pattern));
H A Dpreg_split_error1.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput17854 end of the pattern. A single letter instead of (B|D) makes it not fail,
7934 /--- COMMIT at the start of a pattern should act like an anchor. Again,
H A Dtestoutput11-163 sizes don't go horribly wrong when something is changed. The pattern contents
H A Dtestoutput11-323 sizes don't go horribly wrong when something is changed. The pattern contents
H A Dtestoutput11-83 sizes don't go horribly wrong when something is changed. The pattern contents
H A Dtestoutput1250 Compiled pattern written to testsavedregex
54 Compiled pattern loaded from testsavedregex
188 /-- Test pattern compilation --/
H A Dtestoutput14368 /-- Although this saved pattern was compiled with link-size=2, it does no harm
374 Compiled pattern loaded from testsaved16
377 Running in 8-bit mode but pattern was compiled in 16-bit mode
380 Compiled pattern loaded from testsaved32
383 Running in 8-bit mode but pattern was compiled in 32-bit mode
H A Dtestoutput2977 Failed: \ at end of pattern at offset 4
980 Failed: \ at end of pattern at offset 4
5618 Compiled pattern written to testsavedregex
5628 Compiled pattern written to testsavedregex
5645 Compiled pattern written to testsavedregex
5663 Compiled pattern written to testsavedregex
5680 Compiled pattern written to testsavedregex
5698 Compiled pattern written to testsavedregex
5717 Compiled pattern written to testsavedregex
5737 Compiled pattern written to testsavedregex
[all …]
H A Dtestoutput21-162 right away, and can be any old pattern compiled in 8-bit mode ("abc" is
6 Compiled pattern loaded from testsaved8
9 Running in 16-bit mode but pattern was compiled in 8-bit mode
23 Compiled pattern loaded from testsaved16LE-1
56 Compiled pattern loaded from testsaved16BE-1
89 Compiled pattern loaded from testsaved32LE-1
92 Running in 16-bit mode but pattern was compiled in 32-bit mode
95 Compiled pattern loaded from testsaved32BE-1
98 Running in 16-bit mode but pattern was compiled in 32-bit mode
H A Dtestoutput21-322 right away, and can be any old pattern compiled in 8-bit mode ("abc" is
6 Compiled pattern loaded from testsaved8
9 Running in 32-bit mode but pattern was compiled in 8-bit mode
23 Compiled pattern loaded from testsaved16LE-1
26 Running in 32-bit mode but pattern was compiled in 16-bit mode
29 Compiled pattern loaded from testsaved16BE-1
32 Running in 32-bit mode but pattern was compiled in 16-bit mode
35 Compiled pattern loaded from testsaved32LE-1
68 Compiled pattern loaded from testsaved32BE-1
H A Dtestoutput22-1616 Compiled pattern loaded from testsaved16LE-2
43 Compiled pattern loaded from testsaved16BE-2
70 Compiled pattern loaded from testsaved32LE-2
73 Running in 16-bit mode but pattern was compiled in 32-bit mode
76 Compiled pattern loaded from testsaved32BE-2
79 Running in 16-bit mode but pattern was compiled in 32-bit mode
H A Dtestoutput22-3216 Compiled pattern loaded from testsaved16LE-2
19 Running in 32-bit mode but pattern was compiled in 16-bit mode
22 Compiled pattern loaded from testsaved16BE-2
25 Running in 32-bit mode but pattern was compiled in 16-bit mode
28 Compiled pattern loaded from testsaved32LE-2
55 Compiled pattern loaded from testsaved32BE-2
H A Dtestoutput8990 Compiled pattern written to testsavedregex
993 Compiled pattern (byte-inverted) loaded from testsavedregex
6214 Compiled pattern written to testsavedregex
6216 Compiled pattern loaded from testsavedregex
6226 Compiled pattern written to testsavedregex
6228 Compiled pattern (byte-inverted) loaded from testsavedregex
6238 Compiled pattern written to testsavedregex
6241 Compiled pattern loaded from testsavedregex
6251 Compiled pattern written to testsavedregex
6254 Compiled pattern (byte-inverted) loaded from testsavedregex
H A Dtestinput21547 set in the pattern's options; consequently pcre_get_named_substring() produces
3014 bug because replacing the B in the pattern by (B|D) does make it fail. ---/
3035 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
H A Dtestinput212 right away, and can be any old pattern compiled in 8-bit mode ("abc" is

Completed in 90 milliseconds

12345678910