Home
last modified time | relevance | path

Searched refs:repeat (Results 26 – 30 of 30) sorted by relevance

12

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput103 pcregrep: Error in command-line regex at offset 4: nothing to repeat
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3240 int len, repeat, len_save, consumed = 0; in scan_prefix() local
3251 repeat = 1; in scan_prefix()
3306 repeat = GET2(cc, 1); in scan_prefix()
3438 repeat = GET2(cc, 1); in scan_prefix()
3448 repeat = GET2(cc, 1); in scan_prefix()
3480 while (--repeat > 0); in scan_prefix()
3482 repeat = 1; in scan_prefix()
3560 if (--repeat == 0) in scan_prefix()
3567 repeat = 1; in scan_prefix()
H A DNEWS353 has a limited repeat count.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1137 Internally, PCRE has a function called match(), which it calls repeat-
1479 either use an ungreedy repeat ("a\d+?") or set the PCRE_NO_AUTO_POSSESS
2425 9 nothing to repeat
2427 11 internal error: unexpected repeat
4214 cases, either use an ungreedy repeat ("a\d+?") or set the
4355 that what follows cannot be part of the repeat. For example, a+[bc] is
4552 2. PCRE allows repeat quantifiers only on parenthesized assertions, but
4556 this to run the assertion just once). Perl allows repeat quantifiers on
6332 When a parenthesized subpattern is quantified with a minimum repeat
6421 such as the above example can be thought of as a maximizing repeat that
[all …]
/PHP-5.5/
H A DINSTALL203 you only need to repeat the last three steps. You only need to

Completed in 68 milliseconds

12