Home
last modified time | relevance | path

Searched refs:pattern (Results 126 – 150 of 238) sorted by path

12345678910

/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace_basic.phpt10 /* Prototype : string mb_ereg_replace(string $pattern, string $replacement,
H A Dmb_ereg_replace_error.phpt10 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s…
20 $pattern = b'[a-k]';
25 var_dump( mb_ereg_replace($pattern, $replacement, $string, $option, $extra_arg) );
29 $pattern = b'string_val';
31 var_dump( mb_ereg_replace($pattern, $replacement) );
H A Dmb_ereg_replace_variation1.phpt12 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s…
88 // loop through each element of the array for pattern
H A Dmb_ereg_replace_variation2.phpt10 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s…
19 $pattern = '[a-z]';
91 // loop through each element of the array for pattern
96 var_dump( mb_ereg_replace($pattern, $input, $string, $option) );
H A Dmb_ereg_replace_variation3.phpt10 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s…
19 $pattern = '[a-z]';
91 // loop through each element of the array for pattern
96 var_dump( mb_ereg_replace($pattern, $replacement, $input, $option) );
H A Dmb_ereg_replace_variation4.phpt10 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s…
19 $pattern = '[a-k]';
91 // loop through each element of the array for pattern
96 var_dump( mb_ereg_replace($pattern, $replacement, $string, $input) );
H A Dmb_ereg_variation1.phpt2 Test mb_ereg() function : usage variations - pass different data types to $pattern argument
10 /* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])
16 * Pass different data types to $pattern argument
44 // unexpected values to be passed to $pattern argument
H A Dmb_ereg_variation2.phpt10 /* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])
22 $pattern = 'str';
99 var_dump( mb_ereg($pattern, $input, $regs) );
H A Dmb_ereg_variation3.phpt10 /* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])
38 foreach($character_classes as $string => $pattern) {
44 var_dump(mb_ereg($pattern, $string, $regs));
H A Dmb_ereg_variation4.phpt2 Test mb_ereg() function : usage variations - pass different character classes as pattern for multib…
10 /* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])
41 foreach ($character_classes as $pattern) {
46 var_dump(mb_ereg($pattern, $string_mb, $regs));
H A Dmb_ereg_variation5.phpt10 /* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])
16 * Test mb_ereg with anchors (start and end of string) in $pattern
H A Dmb_ereg_variation6.phpt10 /* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])
16 * Test how mb_ereg() matches special characters for $pattern
H A Dmb_ereg_variation7.phpt2 Test mb_ereg() function : usage variations - different regex features in $pattern
10 /* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])
H A Dmb_split_error.phpt10 /* Prototype : proto array mb_split(string pattern, string string [, int limit])
25 $pattern = ' ';
29 var_dump( mb_split($pattern, $string, $limit, $extra_arg) );
33 $pattern = 'string_val';
34 var_dump( mb_split($pattern) );
H A Dmb_split_variation1.phpt2 Test mb_split() function : usage variations - different parameter types for pattern
10 /* Prototype : proto array mb_split(string pattern, string string [, int limit])
90 // loop through each element of the array for pattern
H A Dmb_split_variation2.phpt10 /* Prototype : proto array mb_split(string pattern, string string [, int limit])
20 $pattern = '[a-z]';
91 // loop through each element of the array for pattern
96 var_dump( mb_split($pattern, $input, $limit) );
H A Dmb_split_variation3.phpt10 /* Prototype : proto array mb_split(string pattern, string string [, int limit])
19 $pattern = '[a-z]';
90 // loop through each element of the array for pattern
95 var_dump( mb_split($pattern, $string, $input) );
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt79 // Sequence counter pattern...
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog118 offsets in the pattern.
248 pattern.
1283 command "pattern=`printf 'xxx\r\njkl'`" was run. The pattern is now taken
2274 5. The command line items --regex=pattern and --regexp=pattern were not
2275 recognized by pcregrep, which required --regex pattern or --regexp pattern
3718 pattern could run off the end of the subject. For example, the pattern
3749 Thus, in Perl, the pattern /\500/ actually matches \100 but the pattern
4391 compiled pattern.
4421 and 16-bit fields in a compiled pattern, to simulate a pattern that
4864 start of line for a non-DOTALL pattern) when a pattern started with (.*) and
[all …]
H A DHACKING22 the pattern was all used up, all remaining states were possible matches, and
24 not necessarily maximize the individual wild portions of the pattern, as is
37 matches individual wild portions of the pattern. This is an "NFA algorithm" in
47 in the pattern, to save on compiling time. However, because of the greater
49 first pass through the pattern is helpful for other reasons.
94 is doing a full analysis of the pattern. My hope was that this would not be a
111 just-in-time (JIT) support, and studying a compiled pattern with JIT is
147 The compiled form of a pattern is a vector of unsigned units (bytes in 8-bit
170 OP_END end of pattern
207 This ends the assertion, not the entire pattern match.
[all …]
H A DLICENCE14 just-in-time compiler that can be used to optimize pattern matching. These
H A DNEWS45 . Implemented PCRE_INFO_MATCH_EMPTY, which yields 1 if the pattern can match
49 same name now checks them in the order in which they appear in the pattern.
102 creator of a pattern can specify lower (but not higher) limits for the
158 pattern.
185 . When a compiled pattern was saved to a file and later reloaded on a host
249 . Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_
361 a pattern have been added.
461 Thanks to Ian Taylor, the stack usage for many kinds of pattern has been
532 in the pattern - useful for debugging and tracing.
712 pcre_exec(pattern, extra, subject, length, options, ovec, ovecsize)
[all …]
H A DREADME270 . By default, the sequence \R in a pattern matches any Unicode line ending
278 them in a pattern. You can increase this threshold by setting, for example,
285 pattern. This limits the amount of system stack that a pattern uses when it
292 when matching a pattern. If the limit is exceeded during a match, the match
312 . The default maximum compiled pattern size is around 64K. You can increase
315 parts of the compiled pattern. In the 16-bit library, --with-link-size=3 is
643 of PCRE from within MySQL, as an alternative to the built-in pattern matching.
H A Dpcre_compile.c8960 pcre_compile(const char *pattern, int options, const char **errorptr, in pcre_compile() argument
8984 pcre_compile2(const char *pattern, int options, int *errorcodeptr, in pcre_compile2() argument
8988 pcre16_compile2(PCRE_SPTR16 pattern, int options, int *errorcodeptr, in pcre_compile2()
8992 pcre32_compile2(PCRE_SPTR32 pattern, int options, int *errorcodeptr, in pcre_compile2()
9030 ptr = (const pcre_uchar *)pattern; in pcre_compile2()
9277 print_puchar(stdout, (PCRE_PUCHAR)pattern); in pcre_compile2()
9302 cd->start_pattern = (const pcre_uchar *)pattern; in pcre_compile2()
9303 cd->end_pattern = (const pcre_uchar *)(pattern + STRLEN_UC((const pcre_uchar *)pattern)); in pcre_compile2()
9418 ptr = (const pcre_uchar *)pattern + skipatstart; in pcre_compile2()
9562 *erroroffset = (int)(ptr - (const pcre_uchar *)pattern); in pcre_compile2()
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1497 pattern.
3298 pattern.
4322 pattern
4714 pattern.
6299 pattern
6791 (?(condition)yes-pattern|no-pattern)
6845 pattern.
7147 pattern:
7289 pattern.
8020 (?(condition)yes-pattern|no-pattern)
[all …]

Completed in 104 milliseconds

12345678910