Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt39 $processed = $loops = 0;
41 $loops++;
42 if ($loops > 10) {
72 $loops++;
73 if ($loops > 10) {
102 $loops++;
103 if ($loops > 10) {
134 $loops++;
135 if ($loops > 10) {
176 $loops++;
[all …]
/PHP-5.5/Zend/tests/
H A Dbug67111.phpt2 Bug #67111: Memory leak when using "continue 2" inside two foreach loops
H A Dbug44913.phpt2 Bug #44913 (Segfault when using return in combination with nested loops and continue 2)
H A Dgc_012.phpt2 GC 012: collection of many loops at once
/PHP-5.5/ext/dom/tests/
H A Dbug37456.phpt2 Bug #37456 (DOMElement->setAttribute() loops forever)
/PHP-5.5/ext/hash/
H A Dhash.c619 long loops, i, j, iterations, length = 0, digest_length; in PHP_FUNCTION() local
675 loops = (long) ceil((float) digest_length / (float) ops->digest_size); in PHP_FUNCTION()
677 result = safe_emalloc(loops, ops->digest_size, 0); in PHP_FUNCTION()
682 for (i = 1; i <= loops; i++) { in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput396 pcregrep: Check your regex for nested unlimited loops.
520 pcregrep: Check your regex for nested unlimited loops.
530 pcregrep: Check your regex for nested unlimited loops.
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog795 in repeated character loops from pcre_uchar to pcre_uint32 also gave speed
1474 position)" or even infinite loops could occur.
1754 PCRE is compiling a conditional subpattern, but actual runaway loops are
1935 loops, in order to improve performance in some environments. At the same
3114 loops.
5316 infinite loops after an iteration that matches an empty string was't working
5475 /g loops for multiple occurrences, using the new startoffset argument
5476 /G loops for multiple occurrences by passing an incremented pointer
/PHP-5.5/
H A DNEWS747 loops). (Nikita)
6200 - Fixed bug #46711 (cURL curl_setopt leaks memory in foreach loops). (magicaltux
6461 - Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
8523 - Fixed bug #37456 (DOMElement->setAttribute() loops forever). (Rob)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt6281 It is possible to construct infinite loops by following a subpattern
6817 most recent by (?(-2), and so on. Inside loops it can also make sense

Completed in 88 milliseconds