Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/date/tests/
H A Dbug49059.phpt2 Bug #49059 (DateTime::diff() repeats previous sub() operation)
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1761 int repeats = 1; local
2104 repeats = atoi(php_optarg);
2527 repeats--;
2528 if (repeats > 0) {
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING236 The common repeats (*, +, ?), when applied to a single character, use the
254 Other repeats make use of these opcodes:
H A DChangeLog129 33. The JIT compiler should not check repeats after a {0,1} repeat byte code.
133 repeats. This issue was found by Karl Skomski with a custom LLVM fuzzer.
1373 maximum number of forward references (including repeats) was limited by the
3491 repeats to use when timing. The default is 50000; this gives better
3840 specifying a regex that has nested indefinite repeats, for instance).
4730 saves time in cases of nested unlimited repeats that are never going to match.
4741 unlimited repeats, but isn't used for simple anchored patterns such as /^abc/.
5501 1. For parenthesized subpatterns with repeats whose minimum was zero, the
5713 curly-bracketed repeats.
5911 1. PCRE was failing to diagnose unlimited repeats of subpatterns that could
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt134 Nested unlimited repeats in a pattern are a common example. PCRE pro-
1474 ter repeats at the end of a pattern (as well as internally). For exam-
3143 ited repeats.
4209 character repeats at the end of a pattern (as well as internally). For
4869 a pattern with nested unlimited repeats) and to avoid running out of
6387 to be re-evaluated to see if a different number of repeats allows the
7025 nested unlimited repeats, and so the use of a possessive quantifier for
7034 so many different ways the + and * repeats can carve up the subject,
9461 Beware of patterns that contain nested indefinite repeats. These can
9470 repeats can match different numbers of times.) When the remainder of
/PHP-5.5/
H A DNEWS5168 - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4082 # There's only a magic nibble (4 bits); that nibble repeats every 33

Completed in 114 milliseconds