Searched refs:repeats (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/ext/date/tests/ |
H A D | bug49059.phpt | 2 Bug #49059 (DateTime::diff() repeats previous sub() operation)
|
/PHP-5.6/sapi/cgi/ |
H A D | cgi_main.c | 1764 int repeats = 1; local 2113 repeats = atoi(php_optarg); 2536 repeats--; 2537 if (repeats > 0) {
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | HACKING | 236 The common repeats (*, +, ?), when applied to a single character, use the 254 Other repeats make use of these opcodes:
|
H A D | ChangeLog | 129 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.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 134 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.6/ |
H A D | NEWS | 6746 - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 4286 # There's only a magic nibble (4 bits); that nibble repeats every 33
|
Completed in 89 milliseconds